Skip to content

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

Closed
@fantine

Description

@fantine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions