Return the `~.patches.Rectangle` used to frame the legend.
(self)
| 1010 | return [self._legend_box, self.get_frame()] |
| 1011 | |
| 1012 | def get_frame(self): |
| 1013 | """Return the `~.patches.Rectangle` used to frame the legend.""" |
| 1014 | return self.legendPatch |
| 1015 | |
| 1016 | def get_lines(self): |
| 1017 | r"""Return the list of `~.lines.Line2D`\s in the legend.""" |
no outgoing calls