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

Method get_fontsize

lib/matplotlib/table.py:126–128  ·  view source on GitHub ↗

Return the cell fontsize.

(self)

Source from the content-addressed store, hash-verified

124 self.stale = True
125
126 def get_fontsize(self):
127 """Return the cell fontsize."""
128 return self._text.get_fontsize()
129
130 def auto_set_font_size(self, renderer):
131 """Shrink font size until the text fits into the cell width."""

Callers 2

auto_set_font_sizeMethod · 0.95
_auto_set_font_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected