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

Method get_title

lib/matplotlib/legend.py:1079–1081  ·  view source on GitHub ↗

Return the `.Text` instance for the legend title.

(self)

Source from the content-addressed store, hash-verified

1077 self.stale = True
1078
1079 def get_title(self):
1080 """Return the `.Text` instance for the legend title."""
1081 return self._legend_title_box._text
1082
1083 def get_window_extent(self, renderer=None):
1084 # docstring inherited

Callers 3

align_titlesMethod · 0.45
legend_demo.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected