Currently, all my figures are inline. I wish to read the coordinates of my mouse locations in an interactive plot.
In [2]: %pylab inline
In [3]: plot(...)
In [4]: %pylab qt # wx, gtk, osx or tk
In [5]: plot(...)
does not work for me.
How to pop up an interactive matplotlib figure in IPython?
I am using Window 7 as OS.