Returning mouse cursor coordinates in PyQtGraph
问题 I am new to PyQtGraph and want to use it for a speedy visualization of my data acquisition. Previously I was using matplotlib where redrawing the figure was my bottleneck. After transitioning to PyQtGraph, I am currently missing only one functionality of matplotlib. Namely, returning the x-, and y-coordinate of my mouse cursor. How can I call/mimic the return of the x-, and y-coordinates of my mouse cursor in a plot made using PyQtGraph? EDIT! - After implementing the tips of leongold, the