mpldatacursor icon indicating copy to clipboard operation
mpldatacursor copied to clipboard

Interactive "data cursors" (a.k.a. annotation pop-ups) for matplotlib

Results 41 mpldatacursor issues
Sort by recently updated
recently updated
newest added

@joferkington @dashesy @anntzer @dand-oss @sapus Great work you have done!!!! Can I ask for your help? I have a set of PDF documents, and I want to extract certain entities....

Although the linear interpolation of the given data points is normally a nice feature I want the cursor only snaping to the data points exactly. I can workaround this need...

I need to render the same figure instance in two different wx python frame . the second frame needs to render the figure when the user press the button and...

the annotation does not disappear when the mouse leaves the figure or axis so quickly

I need to access the date form x axis once the mouse hovering of the representative point on the plot. Now the only thing I get when I apply the...

Is there a way to make point labels work with pandas.DataFrame.plot? I am using WinPython64-3.6.5.0Qt5 which contains mpldatacursor 0.6.2 and pandas 0.22.0. I have tried the following (with graphics backend...

hi From Turkey. i use your datacursor Module. thanks much. i am using sequential data on matplotlib scatter with basemap. when I re-create mpldatacursor every data set, multiple cursors occur....

Hi, thanks for the excellent library. I am trying to extend the basic example of `matplotlib.pyplot.scatter` to `matplotlib.pyplot.errorbar` without success. Example code: ``` import numpy as np import matplotlib.pyplot as...

When I try to select any point on the contour plot generated with the code below, I get the traceback below. ```python import matplotlib.pyplot as plt import mpldatacursor from mpl_toolkits.mplot3d...

It's nice that this works inside a jupyter notebook! But I don't see if a write-out of the current coordinate is supported? Meaning, I'd like to store the coordinates somewhere,...