Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Mep12 ticks and spines #8212
Conversation
NelleV
changed the title from
Mep12 ticks and spines to [MRG] Mep12 ticks and spines
Mar 7, 2017
QuLogic
changed the title from
[MRG] Mep12 ticks and spines to [MRG+1] Mep12 ticks and spines
Mar 7, 2017
| +ax2.plot(x, y) | ||
| + | ||
| +# Only draw spine between the y-ticks | ||
| +ax2.spines['left'].set_bounds(-1, 1) |
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Mar 7, 2017
|
Please backport to 2.0.0-doc |
QuLogic
added the
Documentation
label
Mar 7, 2017
NelleV
changed the title from
[MRG+1] Mep12 ticks and spines to [MRG+2] Mep12 ticks and spines
Mar 7, 2017
| +Spines | ||
| +====== | ||
| + | ||
| +This demo compares : |
| +====== | ||
| + | ||
| +This demo compares : | ||
| + - normal axes, with spines on all four sides |
| @@ -26,7 +30,18 @@ | ||
| ax1.yaxis.set_ticks_position('left') | ||
| ax1.xaxis.set_ticks_position('bottom') | ||
| + |
| +============= | ||
| +Tick locators | ||
| +============= | ||
| + | ||
| Show the different tick locators |
|
I fixed the blank spaces/lines issues. |
| +This demo compares: | ||
| + - normal axes, with spines on all four sides; | ||
| + - an axes with spines only on the left and bottom; | ||
| + - an axes using custom bounds to limit the extent of the spine; |
NelleV
Mar 7, 2017
Contributor
As a side note, when it starts being that nitpicky, it is much faster to fix it yourself before merging.
NelleV
Mar 7, 2017
Contributor
FYI, I didn't even bother doing it on my computer: I just did it through the github API.
anntzer
merged commit b2137d7
into matplotlib:master
Mar 7, 2017
|
Thanks. |
anntzer
changed the title from
[MRG+2] Mep12 ticks and spines to Mep12 ticks and spines
Mar 7, 2017
QuLogic
added the
Needs backport
label
Mar 7, 2017
dstansby
added the
MEP12
label
Mar 25, 2017
dstansby
added a commit
that referenced
this pull request
Mar 25, 2017
|
|
anntzer + dstansby |
6750f68
|
|
Backported to |
dstansby
removed the
Needs backport
label
Mar 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NelleV commentedMar 7, 2017
I've merged two examples and wrote documentation for a bunch of others.
refs #7206