Add a list of `~matplotlib.text.Text` objects to the container.
(self, texts)
| 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""" |