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.
1 parent c0c3627 commit 4705c17Copy full SHA for 4705c17
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