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 9488d1c commit b614316Copy full SHA for b614316
lib/mpl_toolkits/axisartist/angle_helper.py
@@ -218,7 +218,7 @@ class FormatterDMS(object):
218
fmt_d = "$%d" + deg_mark + "$"
219
fmt_ds = r"$%d.%s" + deg_mark + "$"
220
221
- # %s for signe
+ # %s for sign
222
fmt_d_m = r"$%s%d" + deg_mark + "\,%02d" + min_mark + "$"
223
fmt_d_ms = r"$%s%d" + deg_mark + "\,%02d.%s" + min_mark + "$"
224
@@ -324,7 +324,7 @@ class FormatterHMS(FormatterDMS):
324
325
326
327
328
fmt_d_m = r"$%s%d" + deg_mark + "\,%02d" + min_mark+"$"
329
fmt_d_ms = r"$%s%d" + deg_mark + "\,%02d.%s" + min_mark+"$"
330
0 commit comments