Finish commands for a particular legend. Parameters ---------- legend : matplotlib.legend.Legend The Legend which is finished being drawn
(self, legend)
| 133 | pass |
| 134 | |
| 135 | def close_legend(self, legend): |
| 136 | """ |
| 137 | Finish commands for a particular legend. |
| 138 | |
| 139 | Parameters |
| 140 | ---------- |
| 141 | legend : matplotlib.legend.Legend |
| 142 | The Legend which is finished being drawn |
| 143 | """ |
| 144 | pass |
| 145 | |
| 146 | def draw_marked_line( |
| 147 | self, data, coordinates, linestyle, markerstyle, label, mplobj=None |