Re: [Matplotlib-users] getting minor ticks by default

2010-10-24 Thread Jae-Joon Lee
On Sat, Oct 23, 2010 at 5:25 AM, Jonathan Slavin wrote: > Is there some way to get minor tick marks on plots by default?  I can > do: > plt.minorticks_on() > easily enough, but it seems that there is no setting I can put in my > matplotlibrc file that will give me them by default.  Is that right?

[Matplotlib-users] getting minor ticks by default

2010-10-22 Thread Jonathan Slavin
Is there some way to get minor tick marks on plots by default? I can do: plt.minorticks_on() easily enough, but it seems that there is no setting I can put in my matplotlibrc file that will give me them by default. Is that right? Jon