Re: [Matplotlib-users] Importing Null data points

2009-04-10 Thread Eric Firing
Ciarán Mooney wrote: > 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",

[Matplotlib-users] Importing Null data points

2009-04-07 Thread Ciarán Mooney
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 matplo