Skip to content

Commit

Permalink
Change default mathtext to a math-friendly font
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Jan 14, 2022
1 parent d619b5f commit f2b16b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proplot/internals/rcsetup.py
Expand Up @@ -638,8 +638,8 @@ def copy(self):
'legend.fontsize': SMALLSIZE,
'legend.framealpha': FRAMEALPHA,
'legend.handletextpad': 0.5,
'mathtext.fontset': 'custom',
'mathtext.default': 'regular',
'mathtext.default': 'rm',
'mathtext.fontset': 'stixsans',
'patch.linewidth': LINEWIDTH,
'savefig.bbox': None, # use custom tight layout
'savefig.directory': '', # current directory
Expand Down

0 comments on commit f2b16b5

Please sign in to comment.