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

Method set_fontsize

lib/matplotlib/table.py:121–124  ·  view source on GitHub ↗

Set the text fontsize.

(self, size)

Source from the content-addressed store, hash-verified

119 return self._text
120
121 def set_fontsize(self, size):
122 """Set the text fontsize."""
123 self._text.set_fontsize(size)
124 self.stale = True
125
126 def get_fontsize(self):
127 """Return the cell fontsize."""

Callers 3

auto_set_font_sizeMethod · 0.95
_auto_set_font_sizeMethod · 0.45
set_fontsizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected