「3次元グラフを描くには」の版間の差分

提供: tknotebook
移動: 案内検索
4行: 4行:
 
3次元グラフを描くには splot コマンドを使います。splot の s は surface のことだそうです。
 
3次元グラフを描くには splot コマンドを使います。splot の s は surface のことだそうです。
  
既定では splot は陽関数 <math>z = f(x, y)</math> を描きます。  
+
既定では splot は陽関数 <math>z = f(x, y)</math> を描きます。 以下のコマンドは z = x * y を描きます。
  
 
  splot x*y
 
  splot x*y

2015年8月7日 (金) 13:29時点における版

メインページ>コンピュータの部屋#GNUPLOT

3次元グラフを描くには splot コマンドを使います。splot の s は surface のことだそうです。

既定では splot は陽関数 z = f(x, y) を描きます。 以下のコマンドは z = x * y を描きます。

splot x*y

描画例

3次元グラフを描くには.png