read the footer lines (ii)
to sort out the operation of os.system and subprocess.call output
processing.
Thanks,
Resmi
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
> the vectorized version that should work (minus typos, just written not
> tested)
filt = data['filt']
mask = filt=='SU'
x1=data['x1'][mask]
SUx2 = data['x2'][mask]
no loop necessary.
T hanks Josef.
It works as it is.
Resmi
Hi
I'm new to python. I'm trying to plot a data set in matplotlib.
The data is a mixture of strings and floats, has four columns
(col[0],col[1],col[2],col[3]) and it looks like:
R -2.29350 0.50340 0.480E-01
R -2.25903 0.50740 0.480E-01
SU -2.19457 0.16200 0.800E-01