Return the font family name for math text rendered by Matplotlib. The default value is :rc:`mathtext.fontset`. See Also -------- set_math_fontfamily
(self)
| 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 | """ |
no outgoing calls