MapleTextDummy.euc

plot3d

> plot3d(sin(x)*cos(y),x=-Pi..Pi,y=-Pi..Pi);} \MaplePlot{30mm}{./MapleOut/FirstLeafplot3d8.eps}

等高線は > plot3d(sin(x)*cos(y),x=-Pi..Pi,y=-Pi..Pi,style=contour); \MaplePlot{30mm}{./MapleOut/FirstLeafplot3d9.eps}

軸の変更は > plot3d(sin(x)*cos(y),x=-Pi..Pi,y=-Pi..Pi,axes=boxed); \MaplePlot{30mm}{./MapleOut/FirstLeafplot3d10.eps}

詳しくは\texttt{?plot3d[option];}を参照。

デフォルトの角度をplot3dのoptionで変更することが可能です。 > plot3d(sin(x)*cos(y),x=-Pi..Pi,y=-Pi..Pi,orientation=[45,80]); \MaplePlot{30mm}{./MapleOut/FirstLeafplot3d11.eps}

Last modified:2024/04/26 00:59:10
Keyword(s):
References: