Re: gnuplotについて

名前: 梅野
日時: 2004-01-15 00:00:36
IPアドレス: 133.17.6.*

>>24901 せっかく話題を提供して頂いたので、z=sin(x)+sin(y)のグラフ をsinxplussiny.eps としてgnuplot(under cygwin 1.5.5)で出力 してみました。 Terminal type set to 'x11' gnuplot> set samples 20 gnuplot> set isosamples 20 gnuplot> set hidden3d gnuplot> set xrange [-3:3] gnuplot> set yrange [-3:3] gnuplot> set terminal postscript eps Terminal type set to 'postscript' Options are 'eps noenhanced monochrome blacktext \ dashed dashlength 1.0 linewidth 1.0 defaultplex \ palfuncparam 2000,0.003 \ butt "Helvetica" 14' gnuplot> set output '~/math/103/sinxplussiny.eps' gnuplot> splot sin(x)+sin(y)

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)