|
From: <jd...@us...> - 2010-03-15 20:34:39
|
Revision: 8194
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8194&view=rev
Author: jdh2358
Date: 2010-03-15 20:34:32 +0000 (Mon, 15 Mar 2010)
Log Message:
-----------
fix ticker docstring bug
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/ticker.py
Modified: trunk/matplotlib/lib/matplotlib/ticker.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/ticker.py 2010-03-15 20:33:40 UTC (rev 8193)
+++ trunk/matplotlib/lib/matplotlib/ticker.py 2010-03-15 20:34:32 UTC (rev 8194)
@@ -358,7 +358,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.
|