Skip to content

Commit 61ac189

Browse files
zblztacaswell
authored andcommitted
set do_kern=True in spaced symbols
1 parent 422c85e commit 61ac189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/mathtext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,11 +2502,11 @@ def symbol(self, s, loc, toks):
25022502
return [Hlist( [self._make_space(0.2),
25032503
char,
25042504
self._make_space(0.2)] ,
2505-
do_kern = False)]
2505+
do_kern = True)]
25062506
elif c in self._punctuation_symbols:
25072507
return [Hlist( [char,
25082508
self._make_space(0.2)] ,
2509-
do_kern = False)]
2509+
do_kern = True)]
25102510
return [char]
25112511

25122512
snowflake = symbol

0 commit comments

Comments
 (0)