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

Method add_texts

lib/matplotlib/container.py:207–209  ·  view source on GitHub ↗

Add a list of `~matplotlib.text.Text` objects to the container.

(self, texts)

Source from the content-addressed store, hash-verified

205 return result
206
207 def add_texts(self, texts):
208 """Add a list of `~matplotlib.text.Text` objects to the container."""
209 self._texts.append(texts)
210
211 def remove(self):
212 """Remove all wedges and texts from the axes"""

Callers 2

pieMethod · 0.95
pie_labelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected