[Matplotlib-users] : ( Problem With atplotlib.pyplot.plotfile : IndexError: list index out of range

2009-07-11 Thread s.s C
when i ploted column data from an ASCII space delimited file : import matplotlib.pyplot as plt plt.plotfile('data.txt',cols=(0,1), delimiter=' ') the shell throwed this message: Traceback (most recent call last): File "E:\python\PyCode\mycod\plot.py", line 3, in plt.plotfile('data.txt',c

[Matplotlib-users] : ( Problem With atplotlib.pyplot.plotfile : IndexError: list index out of range

2009-07-11 Thread s.s C
when i ploted column data from an ASCII space delimited file : import matplotlib.pyplot as plt plt.plotfile('data.txt',cols=(0,1), delimiter=' ') the shell throwed this message: Traceback (most recent call last): File "E:\python\PyCode\mycod\plot.py", line 3, in plt.plotfile('data.txt',c