本サイトでは gnuplot のコマンドを各カテゴリーごとに掲載しています.
ここには gnuplot に関するいくつかの情報を、備忘録として 書いておこうと思います。
dashtypeはplot withのオプションとして以下のように使います。(set arrowのオプションで使う場合も同様です) plot sin(x) with lines dt (10,5)
set output "test.png" set terminal png test
> set style line 1 linewidth 3 > plot x linestyle 1
"set term x11 n"でn番目のウィンドウに出力する.っていう設定ができるらしい