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 209b0a9 commit d619b5fCopy full SHA for d619b5f
proplot/internals/rcsetup.py
@@ -668,6 +668,8 @@ def copy(self):
668
'ytick.minor.width': LINEWIDTH * TICKWIDTHRATIO,
669
'ytick.minor.visible': TICKMINOR,
670
}
671
+if 'mathtext.fallback' in _rc_matplotlib_native:
672
+ _rc_matplotlib_default['mathtext.fallback'] = 'stixsans'
673
674
# Proplot pseudo-setting defaults, validators, and descriptions
675
# NOTE: Cannot have different a-b-c and title paddings because they are both controlled
0 commit comments