Skip to content

DOC: Fix annotation position (issue #7345) #7346

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
Oct 25, 2016

Conversation

afvincent
Copy link
Contributor

Here is a proposition of PR to fix #7345 . I tried to avoid the use of data coords along the x-axis. The current results is :
fix_linestyles

For the record, initially I was simply planning to pass a blended transformation to ax.text, with a negative x coordinate in Axes coords, but somehow it did not work as I was expecting. So I switched to ax.annotate, with an "offset point" approach…

@afvincent afvincent added this to the 2.0.1 (next bug fix release) milestone Oct 25, 2016
Copy link
Member

@phobson phobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@phobson phobson changed the title DOC: Fix annotation position (issue #7345) [MRG+1] DOC: Fix annotation position (issue #7345) Oct 25, 2016
@NelleV NelleV merged commit 96796d8 into matplotlib:master Oct 25, 2016
NelleV added a commit that referenced this pull request Oct 25, 2016
@NelleV
Copy link
Member

NelleV commented Oct 25, 2016

backported in v2.x as 0030e7a

@NelleV
Copy link
Member

NelleV commented Oct 25, 2016

Thanks @afvincent !

@QuLogic QuLogic changed the title [MRG+1] DOC: Fix annotation position (issue #7345) DOC: Fix annotation position (issue #7345) Oct 25, 2016
@QuLogic QuLogic modified the milestones: 2.0.1 (next bug fix release), 2.0 (style change major release) Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annotation minor issue in the example linestyles.py
4 participants