Finish commands for a particular axes. Parameters ---------- ax : matplotlib.Axes The Axes which is finished being drawn.
(self, ax)
| 109 | pass |
| 110 | |
| 111 | def close_axes(self, ax): |
| 112 | """ |
| 113 | Finish commands for a particular axes. |
| 114 | |
| 115 | Parameters |
| 116 | ---------- |
| 117 | ax : matplotlib.Axes |
| 118 | The Axes which is finished being drawn. |
| 119 | """ |
| 120 | pass |
| 121 | |
| 122 | def open_legend(self, legend, props): |
| 123 | """ |