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
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
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