mpldatacursor icon indicating copy to clipboard operation
mpldatacursor copied to clipboard

Please make a new release

Open jondo opened this issue 4 years ago • 2 comments

to avoid everyone stumbling over the already fixed matplotlib 3.3.0 error #97.

jondo avatar Jan 11 '21 14:01 jondo

Hi, that would be really great if you could make a new release containing this fix. Thank you for your work.

leogout avatar May 12 '21 08:05 leogout

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.

jondo avatar May 28 '21 18:05 jondo