-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Really add an arrow tutorial #11350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm currently struggling with |
Please discuss on discourse.Matplotlib.org. Or if you have a bug, open an issue with a self-contained example. |
This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help! |
Uh oh!
There was an error while loading. Please reload this page.
In #11219 and #11223 @dstansby headed out to provide an arrow tutorial. Since the scope of this was rather limited, it ended up as an example examples/shapes_and_collections/arrow_guide.py - which is great.
However as mentionned in this PR #11223 there are a lot of other things to consider about arrows. In the end it would be good to have something like a complete "Arrow tutorial". I'm collecting the comments in this thread for them not to get lost, once someone has more time to write this up.
There currently are already the annotation_demo example and the annotations tutorial. So I wonder in how far they are overlapping or not. Independent of that, there should be links in between them.
In addition, the following things should be considered when writing :
ax.arrow
,ax.annotate
,ax.quiver
,mpatches.FancyArrowPatch
?patches
doc would directly ask: "What is the difference betweenArrow
,FancyArrow
,FancyArrowPatch
andYAArrow
?" A tutorial might want to answer this.head_length
,head_width
,tail_width
,mutation_scale
, etc.?FancyArrowPatch
in a collection? What's the alternative? (should be checked when deprecating other arrows)ConnectionPatch
instead of aFancyArrowPatch
?plt.arrow
'slength_includes_head
and possiblyhead_starts_at_zero
-> plt.arrow start and end locations are wrong #12768The text was updated successfully, but these errors were encountered: