@@ -2777,8 +2777,8 @@ def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27772777 ============== =========================================
27782778 Keyword Description
27792779 ============== =========================================
2780- *axis* [ 'x' | 'y' | 'both' ]
2781- *style* [ 'sci' (or 'scientific') | 'plain' ]
2780+ *axis* { 'x', 'y', 'both'}
2781+ *style* { 'sci' (or 'scientific'), 'plain'}
27822782 plain turns off scientific notation
27832783 *scilimits* (m, n), pair of integers; if *style*
27842784 is 'sci', scientific notation will
@@ -2787,11 +2787,11 @@ def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27872787 Use (0, 0) to include all numbers.
27882788 Use (m, m) where m != 0 to fix the order
27892789 of magnitude to 10\ :sup:`m`.
2790- *useOffset* [ bool | offset ]; if True,
2791- the offset will be calculated as needed;
2792- if False, no offset will be used; if a
2793- numeric offset is specified, it will be
2794- used.
2790+ *useOffset* bool or float
2791+ If True, the offset will be calculated as
2792+ needed; if False, no offset will be used;
2793+ if a numeric offset is specified, it will
2794+ be used.
27952795 *useLocale* If True, format the number according to
27962796 the current locale. This affects things
27972797 such as the character used for the
0 commit comments