Skip to content

Commit d619b5f

Browse files
committed
Use 'stixsans' as the default fallback font
1 parent 209b0a9 commit d619b5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proplot/internals/rcsetup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,8 @@ def copy(self):
668668
'ytick.minor.width': LINEWIDTH * TICKWIDTHRATIO,
669669
'ytick.minor.visible': TICKMINOR,
670670
}
671+
if 'mathtext.fallback' in _rc_matplotlib_native:
672+
_rc_matplotlib_default['mathtext.fallback'] = 'stixsans'
671673

672674
# Proplot pseudo-setting defaults, validators, and descriptions
673675
# NOTE: Cannot have different a-b-c and title paddings because they are both controlled

0 commit comments

Comments
 (0)