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
In order to work out which arrow methods to keep, and which to deprecate and then remove, it would be good to write a tutorial about how to plot arrows in Matplotlib. A basic structure could be:
Plotting arrows in data space
Plotting arrows with the head/tail patches fixed in display space, but the beginning/end fixed in data space
Plotting arrows with everything in display space
Now I understand the transformation=... keyword argument better than I did when I wrote MEP29, I think I could have a good go at this.
The text was updated successfully, but these errors were encountered:
In order to work out which arrow methods to keep, and which to deprecate and then remove, it would be good to write a tutorial about how to plot arrows in Matplotlib. A basic structure could be:
Now I understand the
transformation=...
keyword argument better than I did when I wrote MEP29, I think I could have a good go at this.The text was updated successfully, but these errors were encountered: