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 6055d8a commit 012747bCopy full SHA for 012747b
lib/mpl_toolkits/axisartist/grid_finder.py
@@ -300,7 +300,7 @@ def set_factor(self, f):
300
301
class FormatterPrettyPrint(object):
302
def __init__(self, useMathText=True):
303
- self._fmt = mticker.ScalarFormatter(useMathText=useMathText)
+ self._fmt = mticker.ScalarFormatter(useMathText=useMathText, useOffset=False)
304
self._fmt.create_dummy_axis()
305
self._ignore_factor = True
306
0 commit comments