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 baa2b6e commit 4236a66Copy full SHA for 4236a66
1 file changed
lib/matplotlib/mathtext.py
@@ -1345,7 +1345,7 @@ def _get_font_constant_set(state):
1345
# STIX sans isn't really its own fonts, just different code points
1346
# in the STIX fonts, so we have to detect this one separately.
1347
if (constants is STIXFontConstants and
1348
- isinstance(state.font_output, StixSansFonts)):
+ isinstance(state.font_output, StixSansFonts)):
1349
return STIXSansFontConstants
1350
return constants
1351
0 commit comments