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

gnuplot - (2008/04/16 (水) 16:58:21) の編集履歴(バックアップ)


gnuplot

対数プロット
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''