Hi,

I am using matplotlib with the MacOSX backend. If I run:

import matplotlib
matplotlib.use('MacOSX')
import matplotlib.pyplot as plt

fig = plt.figure()
ax = fig.add_subplot(1,1,1)

the cursor coordinates are missing from the bottom right of the window. If I 
click on the figure, the coordinates sometimes appear, but only update when I 
click inside the axes, and even then only half of the time. Is this a known 
issue? Should I file a bug report?

I am using svn revision 8735

Thanks,

Thomas
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to