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
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