Finish commands for a particular figure. Parameters ---------- fig : matplotlib.Figure The figure which is finished being drawn.
(self, fig)
| 85 | pass |
| 86 | |
| 87 | def close_figure(self, fig): |
| 88 | """ |
| 89 | Finish commands for a particular figure. |
| 90 | |
| 91 | Parameters |
| 92 | ---------- |
| 93 | fig : matplotlib.Figure |
| 94 | The figure which is finished being drawn. |
| 95 | """ |
| 96 | pass |
| 97 | |
| 98 | def open_axes(self, ax, props): |
| 99 | """ |