Beging commands for a particular legend. Parameters ---------- legend : matplotlib.legend.Legend The Legend that will contain the ensuing elements props : dictionary The dictionary of legend properties
(self, legend, props)
| 120 | pass |
| 121 | |
| 122 | def open_legend(self, legend, props): |
| 123 | """ |
| 124 | Beging commands for a particular legend. |
| 125 | |
| 126 | Parameters |
| 127 | ---------- |
| 128 | legend : matplotlib.legend.Legend |
| 129 | The Legend that will contain the ensuing elements |
| 130 | props : dictionary |
| 131 | The dictionary of legend properties |
| 132 | """ |
| 133 | pass |
| 134 | |
| 135 | def close_legend(self, legend): |
| 136 | """ |