Skip to content

Missing keys in matplotlibrc.template to move x-axis labels to top #10343

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

Closed
fantine opened this issue Jan 29, 2018 · 1 comment
Closed

Missing keys in matplotlibrc.template to move x-axis labels to top #10343

fantine opened this issue Jan 29, 2018 · 1 comment
Milestone

Comments

@fantine
Copy link

fantine commented Jan 29, 2018

Bug report

Bug summary

In the matplotlibrc.template, there is an option to set 'xtick.top : True' but there is no option to set the xtick labels on top as well, nor to set the xaxis title on top. Same goes for setting 'ytick.right : True'

Expected outcome

Add keys to the matplotlibrc.template so that it becomes possible to move the x-axis to the top of the graph. For instance, something along the lines of:
xtick.labeltop : True / False
xtick.labelbottom : True / False
ytick.labelleft : True / False
ytick.labelright: True / False
xaxis.labeltop : True / False
xaxis.labelbottom : True / False
yaxis.labelleft : True / False
yaxis.labelright: True / False

@QuLogic QuLogic added this to the v2.2 milestone Feb 7, 2018
@QuLogic
Copy link
Member

QuLogic commented Feb 7, 2018

Fixed by #10306.

@QuLogic QuLogic closed this as completed Feb 7, 2018
@QuLogic QuLogic modified the milestones: needs sorting, v2.2.0 Feb 12, 2018
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

No branches or pull requests

2 participants