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.
2 parents 325aa89 + 0c43cf8 commit bf64c03Copy full SHA for bf64c03
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