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

Method get_texts

lib/matplotlib/legend.py:1026–1028  ·  view source on GitHub ↗

r"""Return the list of `~.text.Text`\s in the legend.

(self)

Source from the content-addressed store, hash-verified

1024 if isinstance(h, Patch)])
1025
1026 def get_texts(self):
1027 r"""Return the list of `~.text.Text`\s in the legend."""
1028 return silent_list('Text', self.texts)
1029
1030 def set_alignment(self, alignment):
1031 """

Calls 1

silent_listClass · 0.90