Hi, I found a minor bug. Clicking with the pan and zoom tool on a plot with markers and the markevery option makes the markers disappear.
OS: Ubuntu Matplotlib svn revision 6861 Backend: GTKAgg. Didn't test any others. Example script: ------------------------------------------------ import matplotlib.pyplot as pl import numpy as np pl.plot(np.arange(100.0),np.arange(100.0),marker="+",markevery=5) pl.show() ------------------------------------------------ Just left click with the pan and zoom tool, or otherwise use the pan and zoom tool and the markers will disappear. Regards, João Silva ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel