-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
matplotlibrc: new entry for placing y-axis tick label on Right or Left hand side. #10267
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 think a PR along these lines would be welcome. Might as well do xlabel as well.. |
Would someone be able to point out where in the code base I can start looking for this? Happy to take a stab at this.
I found properties for ticks. But not for tick labels and axis label.
Thx
…Sent from my iPhone
On 20 Jan 2018, at 21:58, Jody Klymak ***@***.***> wrote:
I think a PR along these lines would be welcome. Might as well do xlabel as well..
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@jklymak, I did some work on this, a quick solution to y-axis tick labels:
This worked on my Linux machine running The following code would produce the plots that show these changes worked. I also checked Any suggestion on any test cases? Not sure how that is usually done here. I have these changes ready for a PR, which branch should I submit this to?
|
I am interested in participating in this. Is there a way to include me as a participant? |
Fixed by #10306. |
@tgmiller5 Apologies for the answer delay! The issue was almost already fixed when you asked, but if you are still interested in participating into this kind of issues, you might want to have a look at similar issues tagged as good first issue, new-contributor-friendly and/or rcparams. For example, randomly picking one of them, one may try to revive #8479 (addressing #8109), which seems to have stalled. |
Hi,
I understand that currently there is a way to place y-axis tick labels on the right hand side instead of the left by default, by calling
ax.yaxis.tick_right()
.See this SO post This is obviously very useful for people who study time series and latest values are sometimes more important than older values.
I'd like to suggest making that a profile setting in
matplotlibrc
. Open to dicussion here.Thanks.
The text was updated successfully, but these errors were encountered: