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 5e10932 commit 4efc9f9Copy full SHA for 4efc9f9
lib/mpl_toolkits/axisartist/grid_finder.py
@@ -298,8 +298,8 @@ def set_factor(self, f):
298
# Tick Formatter
299
300
class FormatterPrettyPrint(object):
301
- def __init__(self):
302
- self._fmt = mticker.ScalarFormatter()
+ def __init__(self, useMathText=True):
+ self._fmt = mticker.ScalarFormatter(useMathText=useMathText)
303
self._fmt.create_dummy_axis()
304
self._ignore_factor = True
305
0 commit comments