(self, *args, **kwargs)
| 303 | This tool runs in the background reporting the position of the cursor. |
| 304 | """ |
| 305 | def __init__(self, *args, **kwargs): |
| 306 | self._id_drag = None |
| 307 | super().__init__(*args, **kwargs) |
| 308 | |
| 309 | def set_figure(self, figure): |
| 310 | if self._id_drag: |