From: Fabrice S. <si...@lm...> - 2008-05-06 14:54:24
|
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: 3333 $' __date__ = '$Date: 2007-05-31 09:52:25 -0400 (Thu, 31 May 2007) $' |