gnuplot


コマンド

terminal(出力先。ファイルも可)の変更

set terminal 出力先

出力先はX11、wxt、postscriptなど。ファイルを出力する場合はこの後

set output "ファイル名"

してから、プロット。
epsでカラーにするには

set terminal eps enhanced color

複数のグラフを表示する

set terminal X11 n

X11のところは、好きなターミナルに(wxtとか)。nにウィンドウのIDを指定するようだ。 0, 1, …とやっていけば、複数のウィンドウに表示できる。

3次元プロット

splot "filename" (using 1:2:3)

set コマンド一覧

ここを見よう http://t16web.lanl.gov/Kawano/gnuplot/set.html


参考URL

gnuplot tips http://t16web.lanl.gov/Kawano/gnuplot/index.html

MenuBar


最新の20件

2018-08-17 2018-05-22 2010-09-10 2010-09-08 2010-09-07 2010-09-05 2010-07-08 2010-06-28 2010-05-21
  • gnuplot
2010-05-19 2010-01-16 2009-12-21 2009-12-14 2009-12-09 2009-10-02

今日の4件

  • counter: 176
  • today: 1
  • yesterday: 0
  • online: 1

edit