You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: