Kalman-and-Bayesian-Filters-in-Python
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
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.
In which file I should do the [change grid(b=False) to grid(False). In matplotlib or seaborn?
Can we get this merged in? Otherwise most notebooks are broken in recent matplotlib versions.