Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/users/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The default formatter will use an offset to reduce
the length of the ticklabels. To turn this feature
off on a per-axis basis::

ax.get_xaxis().get_major_formatter().set_useOffset(False)
ax.xaxis.get_major_formatter().set_useOffset(False)

set :rc:`axes.formatter.useoffset`, or use a different
formatter. See :mod:`~matplotlib.ticker` for details.
Expand Down