Skip to content

Commit f2b16b5

Browse files
committed
Change default mathtext to a math-friendly font
1 parent d619b5f commit f2b16b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proplot/internals/rcsetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,8 @@ def copy(self):
638638
'legend.fontsize': SMALLSIZE,
639639
'legend.framealpha': FRAMEALPHA,
640640
'legend.handletextpad': 0.5,
641-
'mathtext.fontset': 'custom',
642-
'mathtext.default': 'regular',
641+
'mathtext.default': 'rm',
642+
'mathtext.fontset': 'stixsans',
643643
'patch.linewidth': LINEWIDTH,
644644
'savefig.bbox': None, # use custom tight layout
645645
'savefig.directory': '', # current directory

0 commit comments

Comments
 (0)