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

Method get_math_fontfamily

lib/matplotlib/text.py:1288–1298  ·  view source on GitHub ↗

Return the font family name for math text rendered by Matplotlib. The default value is :rc:`mathtext.fontset`. See Also -------- set_math_fontfamily

(self)

Source from the content-addressed store, hash-verified

1286 self.stale = True
1287
1288 def get_math_fontfamily(self):
1289 """
1290 Return the font family name for math text rendered by Matplotlib.
1291
1292 The default value is :rc:`mathtext.fontset`.
1293
1294 See Also
1295 --------
1296 set_math_fontfamily
1297 """
1298 return self._fontproperties.get_math_fontfamily()
1299
1300 def set_math_fontfamily(self, fontfamily):
1301 """

Callers 2

test_argument_orderFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_argument_orderFunction · 0.36