You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: