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

Method get_default_size

lib/matplotlib/font_manager.py:1324–1328  ·  view source on GitHub ↗

Return the default font size.

()

Source from the content-addressed store, hash-verified

1322
1323 @staticmethod
1324 def get_default_size():
1325 """
1326 Return the default font size.
1327 """
1328 return mpl.rcParams['font.size']
1329
1330 def set_default_weight(self, weight):
1331 """

Callers 1

set_sizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected