8000
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 cd5c61c + 427bb37 commit 4fe8472Copy full SHA for 4fe8472
lib/matplotlib/ticker.py
@@ -606,7 +606,7 @@ def set_powerlimits(self, lims):
606
lims : (int, int)
607
A tuple *(min_exp, max_exp)* containing the powers of 10 that
608
determine the switchover threshold. For a number representable as
609
- :math:`a \times 10^\mathrm{exp}`` with :math:`1 <= |a| < 10`,
+ :math:`a \times 10^\mathrm{exp}` with :math:`1 <= |a| < 10`,
610
scientific notation will be used if ``exp <= min_exp`` or
611
``exp >= max_exp``.
612
0 commit comments