(self)
| 1006 | return bboxes, lines, offsets |
| 1007 | |
| 1008 | def get_children(self): |
| 1009 | # docstring inherited |
| 1010 | return [self._legend_box, self.get_frame()] |
| 1011 | |
| 1012 | def get_frame(self): |
| 1013 | """Return the `~.patches.Rectangle` used to frame the legend.""" |