Efficiently redraw a single artist.
(self, a)
| 3354 | self.stale = False |
| 3355 | |
| 3356 | def draw_artist(self, a): |
| 3357 | """ |
| 3358 | Efficiently redraw a single artist. |
| 3359 | """ |
| 3360 | a.draw(self.get_figure(root=True).canvas.get_renderer()) |
| 3361 | |
| 3362 | def redraw_in_frame(self): |
| 3363 | """ |