oreldo
oreldo
Thanks! However, it's not working for me... after clicking on an old annotation, I can still only shift the new cursor around.
OK, after reviewing my code, I think understand what happened... There's another issue where if I have more than one plot on my canvas, the last cursors marked on all...
Thanks, that works. It took me a while to figure out that _pick_event_ refers to the matplotlib package and not mplcursors. I run it through _mpl_connect_ and it works well....
I'd be happy to help, although I will need an explanation of how to do it properly, since I do not have much experience with PRs or Git. :) I...
Hi, I've added the following features to my version of the mplcursors code, which I find very useful: 1. Added DELETE key to bindings for deleting selections using keyboard. 2....
Regarding (2), I wrote ENABLED, but actually the new property name is ACTIVE, and is only relevant to bindings. If I am not mistaken, ENABLED = False also disables new...