graphing - gnuplot not recognizing past the first line of data -
i have data in form:
1.23420394 3.2342423 4.2390424 1.2423424 3.3243242 1.2342522 3.4092843 8.92348209 2.3940284 4.21313 2.340242 3.342424 3.9875894 1.3423434
and goes on long list. took data excel , exported txt file.
i trying plot gnuplot with:
plot [col=2:7] "filename.txt" using 1:col
it first wasn't working @ until went in manually , deleted invisibles , replaced them spaces. now, recognizes first line. gnuplot uses first column x , rest of columns corresponding y values. i'm not sure why happens.
Comments
Post a Comment