We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619b5f commit f2b16b5Copy full SHA for f2b16b5
proplot/internals/rcsetup.py
@@ -638,8 +638,8 @@ def copy(self):
638
'legend.fontsize': SMALLSIZE,
639
'legend.framealpha': FRAMEALPHA,
640
'legend.handletextpad': 0.5,
641
- 'mathtext.fontset': 'custom',
642
- 'mathtext.default': 'regular',
+ 'mathtext.default': 'rm',
+ 'mathtext.fontset': 'stixsans',
643
'patch.linewidth': LINEWIDTH,
644
'savefig.bbox': None, # use custom tight layout
645
'savefig.directory': '', # current directory
0 commit comments