Kalman-and-Bayesian-Filters-in-Python icon indicating copy to clipboard operation
Kalman-and-Bayesian-Filters-in-Python copied to clipboard

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

Open flaport opened this issue 2 years ago • 1 comments

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.

flaport avatar Aug 01 '23 17:08 flaport

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

ramikheireddine avatar Nov 21 '23 21:11 ramikheireddine

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

Evidlo avatar Nov 03 '24 17:11 Evidlo