Hi,

I have an ASCII data set, which includes null data points. eg

1 x1 y1 z1
2 x2 y2 z2
3 x3 y3 z3
4      y3 z3
5      y4 z4
6      y5

I am using ipython with pylab enabled, and the load("/xxx/xxx")
function. However it chokes on the blank, "null", values. How can I
get this data set into matplotlib?

Regards,

Ciarán

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to