Begin commands for a particular axes. Parameters ---------- ax : matplotlib.Axes The Axes which will contain the ensuing axes and elements props : dictionary The dictionary of axes properties
(self, ax, props)
| 96 | pass |
| 97 | |
| 98 | def open_axes(self, ax, props): |
| 99 | """ |
| 100 | Begin commands for a particular axes. |
| 101 | |
| 102 | Parameters |
| 103 | ---------- |
| 104 | ax : matplotlib.Axes |
| 105 | The Axes which will contain the ensuing axes and elements |
| 106 | props : dictionary |
| 107 | The dictionary of axes properties |
| 108 | """ |
| 109 | pass |
| 110 | |
| 111 | def close_axes(self, ax): |
| 112 | """ |