mpldatacursor
mpldatacursor copied to clipboard
Please make a new release
to avoid everyone stumbling over the already fixed matplotlib 3.3.0 error #97.
Hi, that would be really great if you could make a new release containing this fix. Thank you for your work.
Well, I now switched to https://github.com/anntzer/mplcursors (API, examples).
One difference so far was that selection.target.index
only contains one index, while the kwarg['ind']
in the mpldatacursor's formatter function was a list of all suitable indices (in case of overlapping selectible items).
Also, the keep_inside=True
behavior is default there.