3.2 2変数関数のグラフ

splot xとyの式 とすると、 $ 2$ 変数関数のグラフが描ける。 set hidden3d とすると、いわゆる隠線消去を行なう。 また set contour とすると、等高線を描く3

gnuplot> splot x**2-y**2  
gnuplot> set hidden3d ← 隠線消去を指定
gnuplot> set contour ← 等高線描画を指定
gnuplot> set isosamples 40,40 ← メッシュを細かく
gnuplot> replot ← 再描画
gnuplot> set nohidden3d ← 隠線消去指定を外す
gnuplot> set nocontour ← 等高線描画指定を外す

図 2: $ z=x^2-y^2$ のグラフ (素朴 vs 隠線消去&等高線)
\includegraphics[width=7cm]{ex2.2.1.eps} \includegraphics[width=7cm]{ex2.2.2.eps}



桂田 祐史