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

Option to turn on minor ticks in matplotlibrc #3024

Closed
oschoudhury opened this issue Apr 29, 2014 · 2 comments
Closed

Option to turn on minor ticks in matplotlibrc #3024

oschoudhury opened this issue Apr 29, 2014 · 2 comments

Comments

@oschoudhury
Copy link

There does not seem to be an rc parameter which enables minor tick parameters by default. One can use plt.minorticks_on() for each axes but that feels cumbersome.

I would therefore request xtick.minor.visible and ytick.minor.visible that works like plt.minorticks_on(). Maybe also something for the major ticks, I can imagine someone wanting to disable major ticks for imshow.

@oschoudhury oschoudhury changed the title Option to turn off minor ticks in matplotlibrc Option to turn on minor ticks in matplotlibrc Apr 29, 2014
@tacaswell tacaswell modified the milestone: v1.5.x Apr 29, 2014
@tacaswell
Copy link
Member

I am inclined to hold off on adding new rcparams until we sort out how/if we are going to re-do how they are handled. However if you put together a PR to implement this it will probably get merged.

@tacaswell tacaswell added this to the v1.5.x milestone May 17, 2014
@andycasey
Copy link

👍 for this

/$0.02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants