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"}]
`