Skip to content

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

Open
flaport wants to merge 2 commits intorlabbe:masterfrom
flaport:master
Open

matplotlib deprecation: replace grid(b=False) with grid(False) to fix b parameter deprecation in matplotlib grid call#475
flaport wants to merge 2 commits intorlabbe:masterfrom
flaport:master

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