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

Method set_text_props

lib/matplotlib/table.py:181–190  ·  view source on GitHub ↗

Update the text properties. Valid keyword arguments are: %(Text:kwdoc)s

(self, **kwargs)

Source from the content-addressed store, hash-verified

179
180 @_docstring.interpd
181 def set_text_props(self, **kwargs):
182 """
183 Update the text properties.
184
185 Valid keyword arguments are:
186
187 %(Text:kwdoc)s
188 """
189 self._text._internal_update(kwargs)
190 self.stale = True
191
192 @property
193 def visible_edges(self):

Callers 1

draw_font_tableFunction · 0.80

Calls 1

_internal_updateMethod · 0.80

Tested by

no test coverage detected