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
Matplotlib 3.0 breaks plotting as the s parameter for ax.annotate seems to have been renamed to text. Calls to ax.annotate will need to be updated to reflect this change.
The text was updated successfully, but these errors were encountered:
Hi @jrderuiter, is this solved? Or more generally, do you intend to maintain this package? It is potentially very useful, but seems not to work out of the box.
Matplotlib 3.0 breaks plotting as the
s
parameter forax.annotate
seems to have been renamed totext
. Calls to ax.annotate will need to be updated to reflect this change.The text was updated successfully, but these errors were encountered: