Re: [Matplotlib-users] minor ticks

2008-05-06 Thread John Hunter
On Tue, May 6, 2008 at 9:33 AM, Fabrice Silva <[EMAIL PROTECTED]> wrote: > Contrary to what the on-line doc says, the set_xticks method of an axes > instance does not have the 'minor' keyword argument... > > >S1.set_xticks(Xticksm, minor=True) > TypeError: set_xticks() got an unexpected keywo

[Matplotlib-users] minor ticks

2008-05-06 Thread Fabrice Silva
Contrary to what the on-line doc says, the set_xticks method of an axes instance does not have the 'minor' keyword argument... S1.set_xticks(Xticksm, minor=True) TypeError: set_xticks() got an unexpected keyword argument 'minor' __version__ = '0.90.1' __revision__ = '$Revision: $' __da

[Matplotlib-users] Minor ticks by default

2007-02-09 Thread Yannick Copin
Hi, sorry if this sounds like a stupid question, but I couldn't find any answer on the web: Is there a way to adjust some default parameters in matplotlibrc so that some minor ticks are displayed automagically? I think I know how to add them manually using e.g. ax.xaxis.set_minor_locator, but