MatplotlibDeprecationWarning: The matplotlib.docstring module was deprecated in Matplotlib 3.6 and will be removed two minor releases later.
UserWarning: FixedFormatter should only be used together with FixedLocator
The first one should be an easy fix, matplotlib.docstring is just copying docstrings around. We are already on 3.7, so this will be breaking soon.
These warnings are being produced:
The first one should be an easy fix,
matplotlib.docstring
is just copying docstrings around. We are already on 3.7, so this will be breaking soon.