I have data with missing values represented by nans (like array([1.0,
nan, 3.0]) that I am plotting with pylab.semilogy().  Unfortunately,
the lines are getting connected through the nans, while I was hoping
they would be left empty.  If someone could tell me how to get empty
lines, that would be great.

I get the behavior I expect with pylab.plot(), so if I need to I can
transform the data first, but I would rather get the log y-axis from
semilogy.

I am running version matplotlib 0.87.3 on Gentoo linux.

Thanks!


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to