Re: [Matplotlib-users] Missing lines after a axes scale change

2008-07-10 Thread Michael Droettboom
Changing the scale shouldn't remove the lines -- but it's possible there is a bug that moves them out of the visible area. Can you provide some standalone code that reproduces this problem? Cheers, Mike Søren Nielsen wrote: > Hi, > > When I change the xscale and yscale my plots go missing... i

[Matplotlib-users] Missing lines after a axes scale change

2008-07-10 Thread Søren Nielsen
Hi, When I change the xscale and yscale my plots go missing... i use axes.set_xscale('linear'), axes.set_yscale('liner) or axes.set_xscale('log'), axes.set_yscale('log') ... I have a button that changes between those two.. but a change removes the 2D lines i have on them... do I need to change so