Re: [Matplotlib-users] Problem with loglog and ls='steps'

2008-08-28 Thread Michael Droettboom
This problem is now resolved in SVN r6054. Mike - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a tri

[Matplotlib-users] Problem with loglog and ls='steps'

2008-08-25 Thread Nicolas Champavert
Hi, I have a problem with the loglog function with ls='steps' (matplotlib version: 0.98.3). When I try to plot arrays with loglog(x,y,ls='steps'), nothing is drawn whereas loglog(x,y) and plot(x,y,ls='steps'): x=[10.,20.,30.,40.,50.] y=[0.09,0.02,0.02,0.03,0.01] pylab.loglog(x,y) #it works pyl