Skip to content
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

Added missing side tick rcParams #6735

Merged
merged 2 commits into from Jul 16, 2016

Conversation

bcongdon
Copy link
Contributor

Addresses #6691.

Adds <x/y>tick.<major/minor>.* for configuring which side ticks are drawn via rcParams.

Per this change, similar tags like xtick.top and xtick.minor.top are and'ed to get the actual tick draw status.

Furthermore, the parameters ``xtick.major.top``, ``xtick.major.bottom``,
``xtick.minor.top``, ``xtick.minor.bottom``, ``ytick.major.left``,
``ytick.major.right``, ``ytick.minor.left``, and ``ytick.minor.right`` were
added to control were ticks are drawn.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where

@bcongdon bcongdon force-pushed the feature_rcParam_side_tick branch 2 times, most recently from e9f9542 to 8eefa41 Compare July 13, 2016 23:45
@jankatins
Copy link
Contributor

Closing and reopening to run with miktex changes on appveyor to see if that lets the appveyor tests pass.

@jankatins jankatins closed this Jul 15, 2016
@jankatins jankatins reopened this Jul 15, 2016
@tacaswell tacaswell modified the milestone: 2.0 (style change major release) Jul 16, 2016
@tacaswell tacaswell merged commit b9aedb8 into matplotlib:master Jul 16, 2016
QuLogic pushed a commit that referenced this pull request Jul 17, 2016
@QuLogic
Copy link
Member

QuLogic commented Jul 17, 2016

Backported to v2.x as 4721d2e.

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

Successfully merging this pull request may close these issues.

None yet

5 participants