Skip to content

FIX: quiver key pivot location #5620

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

Merged
merged 1 commit into from
Dec 5, 2015
Merged

Conversation

tacaswell
Copy link
Member

In PR #3955 / af17051 the quiver pivot
location was normalized to be 'tip', 'tail', or 'middle' internally.
The key 'mid' is now normalized to 'middle'. The quiver key code
circumvents the normalization and was setting `Quiver.pivot' to 'mid',
which fell back to the default behavior of pivoting on the tail when the
quiver key is drawn.

closes #5613

In PR matplotlib#3955 / af17051 the quiver pivot
location was normalized to be 'tip', 'tail', or 'middle' internally.
The key 'mid' is now normalized to 'middle'.  The quiver key code
circumvents the normalization and was setting `Quiver.pivot' to 'mid',
which fell back to the default behavior of pivoting on the tail when the
quiver key is drawn.

closes matplotlib#5613
@tacaswell tacaswell added this to the Critical bugfix release (1.5.1) milestone Dec 5, 2015
@tacaswell
Copy link
Member Author

This needs to be backported, based on master so that I could use the fixed freetype version for the baseline image.

efiring added a commit that referenced this pull request Dec 5, 2015
@efiring efiring merged commit f2db477 into matplotlib:master Dec 5, 2015
@efiring
Copy link
Member

efiring commented Dec 5, 2015

Thank you!

@tacaswell tacaswell deleted the fix_quiverkey branch December 13, 2015 18:15
jenshnielsen pushed a commit to jenshnielsen/matplotlib that referenced this pull request Jan 28, 2016
jenshnielsen pushed a commit to jenshnielsen/matplotlib that referenced this pull request Jan 28, 2016
WeatherGod added a commit that referenced this pull request Jan 28, 2016
Backport Merge pull request #5620 from tacaswell/fix_quiverkey
tacaswell pushed a commit to tacaswell/matplotlib that referenced this pull request May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quiverkey() positions arrow incorrectly with labelpos 'N' or 'S'
2 participants