Revision: 8193
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8193&view=rev
Author: jdh2358
Date: 2010-03-15 20:33:40 +0000 (Mon, 15 Mar 2010)
Log Message:
-----------
fix ticker docstring bug
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/ticker.py
Modified: branches/v0_99_maint/lib/matplotlib/ticker.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/ticker.py 2010-03-13 22:31:11 UTC (rev 8192)
+++ branches/v0_99_maint/lib/matplotlib/ticker.py 2010-03-15 20:33:40 UTC (rev 8193)
@@ -355,7 +355,7 @@
'''
Sets size thresholds for scientific notation.
- e.g. ``xaxis.set_powerlimits((-3, 4))`` sets the pre-2007 default in
+ e.g. ``formatter.set_powerlimits((-3, 4))`` sets the pre-2007 default in
which scientific notation is used for numbers less than
1e-3 or greater than 1e4.
See also :meth:`set_scientific`.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|