8000 Fix #4333: Whitespace after sub/super cluster · thomasdrouot/matplotlib@1886bc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1886bc2

Browse files
committed
Fix matplotlib#4333: Whitespace after sub/super cluster
1 parent 57050f1 commit 1886bc2

34 files changed

+5743
-5916
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ def subsuper(self, s, loc, toks):
27382738
x.shift_amount = shift_down
27392739
else:
27402740
super.shrink()
2741-
x = Hlist([super, Kern(SCRIPT_SPACE * xHeight)])
2741+
x = Hlist([super]) # , Kern(SCRIPT_SPACE * xHeight)])
27422742
# x.width += SCRIPT_SPACE * xHeight
27432743
clr = SUP1 * xHeight
27442744
shift_up = max(shift_up, clr)
Binary file not shown.
Loading

0 commit comments

Comments
 (0)
0