■(x, y)の組をプロット
test.datを作成。
test.dat
--------------------
1 2 3
2 3 4
4 5 6
5 6 7
6 7 8
--------------------
gnuplot> plot "test.dat" using 1:2 with lines, > "test.dat" using 1:3 with lines
【参考】
http://t16web.lanl.gov/Kawano/gnuplot/intro/plotcalc.html
0 件のコメント:
コメントを投稿