감동, 마음이 움직이는 것

[mathematica] Labeling Three‐Dimensional Graphics (AxesLabel) 본문

Tips (Utility, Computer Language, and etc.)

[mathematica] Labeling Three‐Dimensional Graphics (AxesLabel)

Struggler J. 2018. 2. 23. 19:00

[ref]

http://reference.wolfram.com/language/tutorial/LabelingThreeDimensionalGraphics.html


Plot3D[x*x2+y*y, {x,0,1}, {y,0,1}, Axes -> True, AxesLabel -> {"x", "y", "z"}]

`