ファイルreの2行目をx3行目をyとしてグラフを書く
astro-PBG4-12:~/tmp habe$ gnuplot <----- gnuplotの起動
G N U P L O T
Version 4.0 patchlevel 0
last modified Thu Apr 15 14:44:22 CEST 2004
System: Darwin 8.11.0
Terminal type set to 'x11'
gnuplot> plot "re"
gnuplot> plot "re" u 2:3
gnuplot> plot "re" u 2:3 with line
gnuplot> set yrange[-1:1]
gnuplot> plot "re" u 2:3 with line
gnuplot> exit
0 件のコメント:
コメントを投稿