2つの引数をもつ関数は、三次元プロットで可視化できます。これを紙面やPDFに表現するのは、やや難しくなります。投影や視点、角度を設定する必要があり、奥行きがあるため、一部は隠れ、他の部分は前面に表示されるようにしなければなりません。 ここでは pgfplots パッケージを使用して、f(x,y) = sin(x)*sin(y) をプロットします。
We will use pgfplots for a three-dimensional plot of an exponential function. We will apply a style for reduced and shifted axes, to get a…

