Re: [matplotlib-devel] Pan and zoom tool makes markers disappear

2009-02-02 Thread João Luís Silva
Michael Droettboom wrote: > There seems to have been an indentation error there. > > Please update and try again now. > All seems to be fine now, thanks. João Silva -- This SF.net email is sponsored by: SourcForge Com

Re: [matplotlib-devel] Pan and zoom tool makes markers disappear

2009-02-02 Thread Michael Droettboom
There seems to have been an indentation error there. Please update and try again now. Thanks, Mike João Luís Silva wrote: > Michael Droettboom wrote: >> Thanks for narrowing this down. I have (hopefully) fixed this in r6864. >> > > It did fix my previous examples. However it broke the other for

Re: [matplotlib-devel] Pan and zoom tool makes markers disappear

2009-02-02 Thread João Luís Silva
Michael Droettboom wrote: > Thanks for narrowing this down. I have (hopefully) fixed this in r6864. > It did fix my previous examples. However it broke the other form of markevery, a 2-int tuple. From the set_markevery docs: Set the markevery property to subsample the plot when using

Re: [matplotlib-devel] Pan and zoom tool makes markers disappear

2009-02-02 Thread Michael Droettboom
Thanks for narrowing this down. I have (hopefully) fixed this in r6864. Cheers, Mike João Luís Silva wrote: > Michael Droettboom wrote: >> Thanks for the report. I'm not actually able to reproduce this here >> -- though I suspect this could be related to the recent path >> simplification chan

Re: [matplotlib-devel] Pan and zoom tool makes markers disappear

2009-02-02 Thread João Luís Silva
Michael Droettboom wrote: > Thanks for the report. I'm not actually able to reproduce this here -- > though I suspect this could be related to the recent path simplification > changes. > > Taking a stab in the dark -- have you tried removing the build directory > and rebuilding? distutils doe

Re: [matplotlib-devel] Pan and zoom tool makes markers disappear

2009-02-02 Thread Michael Droettboom
Thanks for the report. I'm not actually able to reproduce this here -- though I suspect this could be related to the recent path simplification changes. Taking a stab in the dark -- have you tried removing the build directory and rebuilding? distutils doesn't do dependency-tracking, so if hea

[matplotlib-devel] Pan and zoom tool makes markers disappear

2009-01-31 Thread João Luís Silva
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 mat