「gnuplot」の編集履歴(バックアップ)一覧に戻る

gnuplot - (2008/07/27 (日) 17:47:20) の編集履歴(バックアップ)


gnuplot

線の種類

太さ
plot **** lw 2
plot **** lc rgb "red"

対数プロット

gnuplot> set logscale
gnuplot> set xrange[1:3]
gnuplot> plot "data1.dat" using 1:2 notitle with lines,\
gnuplot> "data2.dat" usi 1:3 ti "凡例1" w lines

タイトルとか軸名とか

gnuplot> set xlabel "x"
gnuplot> set ylabel "y"
gnuplot> set title "タイトル"
gnuplot> replot

目盛の間隔と表示

gnuplot> set xtics 2
gnuplot> set format y "10^{%g"}
gnuplot> set terminal postscript eps enhanced

その他

グラフの縦と横の比を揃える
set size square