<< Graphics`ParametricPlot3D`; SphericalPlot3D[ 1 + Cos[10a] Cos[b] + b/4, {a, 0, Pi}, {b, 0, Pi}, ViewPoint -> {0.1, 2, 0.3}, PlotPoints -> {50, 50}, Boxed -> False, Axes -> None] |
<< Graphics`ParametricPlot3D`; SphericalPlot3D[ 1 + Sin[5a] Sin[8b] + a/5, {a, 0, Pi}, {b, 0, 2Pi}, ViewPoint -> {3, 1, 2}, PlotPoints -> {50, 50}, Boxed -> False, Axes -> None] |
Plot3D[ Sin[20Sqrt[(x^10 + y^4)]], {x, -1, 1}, {y, -1, 1}, PlotPoints -> 60, Boxed -> False, Axes -> None] |
Plot3D[ x^2 + y^4 - x^2*y^4 + Sin[30Sqrt[(x^2 + y^4)]], {x, -5, 5}, {y, -5, 5}, PlotPoints -> 50, Boxed -> False, Axes -> None] |