Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rcParam missing tick side parameters  #6691

Copy link
Copy link
Closed
@radlinsky

Description

@radlinsky
Issue body actions

I'd like to use rcParams to adjust which axes the minor and major ticks appear for plots.

Currently, it is possible to adjust the spines like so:
pyplot.rcParams['axes.spines.*'] = Boolean

There should be an equivalent series of settings for major and minor ticks:
pyplot.rcParams['axes.xticks.major.*] = Boolean
pyplot.rcParams['axes.xticks.minor.*'] = Boolean
pyplot.rcParams['axes.yticks.major.*'] = Boolean
pyplot.rcParams['axes.yticks.minor.*'] = Boolean

*=bottom, top, left, or right

bcongdon

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.