Skip to content

Commit 46e237a

Browse files
committed
FIX misalignment
1 parent 80dc75a commit 46e237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def __call__(self, x, pos=None):
10501050
if usetex:
10511051
return (r'$%s%s^{%d}$') % (sign_string,
10521052
base,
1053-
nearest_long(fx))
1053+
nearest_long(fx))
10541054
else:
10551055
return ('$%s$' % _mathdefault(
10561056
'%s%s^{%d}' %

0 commit comments

Comments
 (0)