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.
1 parent 47a15d9 commit 8f2df80Copy full SHA for 8f2df80
1 file changed
lib/matplotlib/widgets.py
@@ -362,6 +362,7 @@ def __init__(self, ax, label, valmin, valmax, valinit=0.5, valfmt=None,
362
self._fmt = ticker.ScalarFormatter()
363
self._fmt.set_axis(axis)
364
self._fmt.set_useOffset(False) # No additive offset.
365
+ self._fmt.set_useMathText(True) # x sign before multiplicative offset.
366
367
ax.set_xticks([])
368
ax.set_yticks([])
0 commit comments