Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3249383

Browse files
committed
fix ticker docstring bug
svn path=/branches/v0_99_maint/; revision=8193
1 parent cfe5ca6 commit 3249383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def set_powerlimits(self, lims):
355355
'''
356356
Sets size thresholds for scientific notation.
357357
358-
e.g. ``xaxis.set_powerlimits((-3, 4))`` sets the pre-2007 default in
358+
e.g. ``formatter.set_powerlimits((-3, 4))`` sets the pre-2007 default in
359359
which scientific notation is used for numbers less than
360360
1e-3 or greater than 1e4.
361361
See also :meth:`set_scientific`.

0 commit comments

Comments
 (0)