From: John H. <jd...@gm...> - 2009-07-11 11:50:19
|
2009/7/5 s.s C <rot...@gm...>: > when i ploted column data from an ASCII space delimited file : > > import matplotlib.pyplot as plt > plt.plotfile('data.txt',cols=(0,1), delimiter=' ') Works fine for me -- perhaps you can attach your file rather than paste your data and let us know your platform details. Could be a unix/dos line ending problem or a unicode problem. Not really sure but it might help to see the raw data. JDH |