(self, *args)
| 150 | return row, col |
| 151 | |
| 152 | def clear(self, *args): |
| 153 | self.inds.clear() |
| 154 | self.segs.clear() |
| 155 | self.lines.set_segments([]) |
| 156 | self.fig.canvas.draw_idle() |
| 157 | |
| 158 | def read_config(self, config_path): |
| 159 | return read_config(config_path) |