(self, bbox, fontsize=None)
| 583 | self.stale = False |
| 584 | |
| 585 | def update_frame(self, bbox, fontsize=None): |
| 586 | self.patch.set_bounds(bbox.bounds) |
| 587 | if fontsize: |
| 588 | self.patch.set_mutation_scale(fontsize) |
| 589 | self.stale = True |
| 590 | |
| 591 | def draw_frame(self, renderer): |
| 592 | # update the location and size of the legend |
no test coverage detected