Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
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 thetransformation=...
keyword argument better than I did when I wrote MEP29, I think I could have a good go at this.