File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ How to prevent ticklabels from having an offset
4444-----------------------------------------------
4545The default formatter will use an offset to reduce
4646the length of the ticklabels. To turn this feature
47- off::
47+ off on a per-axis basis ::
4848 ax.get_xaxis().get_major_formatter().set_useOffset(False)
4949
50- or use a different formatter. See :mod: ` ~matplotlib.ticker `
51- for details.
50+ set the rcParam `` axes. formatter.useoffset ``, or use a different
51+ formatter. See :mod: ` ~matplotlib.ticker ` for details.
5252
5353.. _howto-transparent :
5454
Original file line number Diff line number Diff line change 2626
2727 ax.get_xaxis().get_major_formatter().set_useOffset(False)
2828
29- or set a different formatter.
29+ set the rcParam ``axes.formatter.useoffset=False`` to turn it off
30+ globally, or set a different formatter.
3031
3132Tick locating
3233-------------
6263 intelligent ticking during navigation
6364
6465:class:`MaxNLocator`
65- finds up to a max number of ticks at nice locations
66+ finds up to a max number of ticks at nice locations
6667
6768:class:`AutoLocator`
6869 :class:`MaxNLocator` with simple defaults. This is the default
You can’t perform that action at this time.
0 commit comments