MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / StixSansFonts

Class StixSansFonts

lib/matplotlib/_mathtext.py:904–909  ·  view source on GitHub ↗

A font handling class for the STIX fonts (that uses sans-serif characters by default).

Source from the content-addressed store, hash-verified

902
903
904class StixSansFonts(StixFonts):
905 """
906 A font handling class for the STIX fonts (that uses sans-serif
907 characters by default).
908 """
909 _sans = True
910
911
912##############################################################################

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…