Thanks to visit codestin.com Credit goes to github.com
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 50eb67e + 8f2df80 commit 8768d13Copy full SHA for 8768d13
1 file changed
lib/matplotlib/widgets.py
@@ -360,6 +360,7 @@ def __init__(self, ax, label, valmin, valmax, valinit=0.5, valfmt=None,
360
self._fmt = ticker.ScalarFormatter()
361
self._fmt.set_axis(axis)
362
self._fmt.set_useOffset(False) # No additive offset.
363
+ self._fmt.set_useMathText(True) # x sign before multiplicative offset.
364
365
ax.set_xticks([])
366
ax.set_yticks([])
0 commit comments