8000 increase space after symbols to 0.4 · matplotlib/matplotlib@fe3d474 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe3d474

Browse files
committed
increase space after symbols to 0.4
1 parent d22f626 commit fe3d474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2463,7 +2463,7 @@ def symbol(self, s, loc, toks):
24632463
if c in self._spaced_symbols:
24642464
return [Hlist( [self._make_space(0.2),
24652465
char,
2466-
self._make_space(0.2)] ,
2466+
self._make_space(0.4)] ,
24672467
do_kern = False)]
24682468
elif c in self._punctuation_symbols:
24692469
return [Hlist( [char,

0 commit comments

Comments
 (0)
0