Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matplotlib deprecation: replace grid(b=False) with grid(False) to fix b parameter deprecation in matplotlib grid call #475

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

flaport
Copy link

@flaport flaport commented Aug 1, 2023

the b parameter in matplotlib grid(...) function is deprecated since matplotlib 3.7 (see matplotlib 25267). This is easily fixed by supplying this argument as a positional argument.

@ramikheireddine
Copy link

In which file I should do the [change grid(b=False) to grid(False).
In matplotlib or seaborn?

@Evidlo
Copy link

Evidlo commented Nov 3, 2024

Can we get this merged in? Otherwise most notebooks are broken in recent matplotlib versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants