Skip to content
Closed
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
5 changes: 1 addition & 4 deletions lib/matplotlib/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
will have tick of 0-9 with an offset of +2e3. If this is not desired
turn off the use of the offset on the default formatter::

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

Set :rc:`axes.formatter.useoffset` to turn it off
globally, or set a different formatter.
ax.get_xaxis().get_major_formatter().set_scientific(False)

Tick locating
-------------
Expand Down