Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6af5a3 commit 89314c0Copy full SHA for 89314c0
1 file changed
doc/users/faq.rst
@@ -123,7 +123,7 @@ The default formatter will use an offset to reduce
123
the length of the ticklabels. To turn this feature
124
off on a per-axis basis::
125
126
- ax.get_xaxis().get_major_formatter().set_useOffset(False)
+ ax.xaxis.get_major_formatter().set_useOffset(False)
127
128
set :rc:`axes.formatter.useoffset`, or use a different
129
formatter. See :mod:`~matplotlib.ticker` for details.
0 commit comments