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.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to