Greetings,
I have a data file in text form that contains two columns of numbers =
(please see below). I use the following command { plot "force.dat" =
using 1:2 title 'Column', \
"force.dat" using 1:3 title 'Beam'} that appears =
in http://www.duke.edu/~hpgavin/gnuplot.html to plot the data, and I =
get the following error message:
=20
warning: Skipping unreadable file "TESTDATA.dat"
warning: Skipping unreadable file "TESTDATA.dat"
No data in plot =20
plot "TESTDATA" using 1:2 title 'X', \
> "TESTDATA" using 1:3 t 'Y'
warning: Skipping unreadable file "TESTDATA"
warning: Skipping unreadable file "TESTDATA"
No data in plot
gnuplot> Plot "TESTDATA.DAT" using 1:2 title 'x', \
> "TESTDATA.DAT" using 1:3 title 'Y'
^
invalid command
gnuplot> plot "TESTDATA.txt" using 1:2 title 'X', \
> "TESTDATA.txt" using 1:3 title 'Y'
warning: Skipping unreadable file "TESTDATA.txt"
warning: Skipping unreadable file "TESTDATA.txt"
No data in plot
gnuplot> plot "TESTDATA.TXT" using 1:2 title 'X', \
> "TESTDATA.TXT" using 1:3 title 'Y'
warning: Skipping unreadable file "TESTDATA.TXT"
warning: Skipping unreadable file "TESTDATA.TXT"
No data in plot =20
Any insights as to why I am not getting graphs would be appreciated.
Best regards,
Abdol Soofi
-0.48656 1.62966
-1.07437 -0.96138
2.16059 -0.67323
-0.97374 0.24597
-0.35903 -1.20957
1.28389 -0.36121
0.06220 2.46848
-0.62314 -1.31314
0.27345 0.62692
-0.14387 -0.91730
0.35970 2.52364
0.18777 -0.59175
0.55248 -1.12491
-1.57325 0.11442
-1.71746 0.65921
0.77052 -1.22768
-0.61533 0.66728
0.86848 1.20788
-0.07461 1.18722
-0.79066 -1.95972
|