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 fb2a8b0 commit 5484da1Copy full SHA for 5484da1
lib/matplotlib/ticker.py
@@ -354,7 +354,7 @@ class FormatStrFormatter(Formatter):
354
It will be applied to the value (not the position) of the tick.
355
356
Negative numeric values will use a dash, not a Unicode minus; use mathtext
357
- to get a Unicode minus by wrappping the format specifier with $ (e.g.
+ to get a Unicode minus by wrapping the format specifier with $ (e.g.
358
"$%g$").
359
"""
360
def __init__(self, fmt):
0 commit comments