| Author |
Comment/Response |
Bill
|
05/16/08 01:16am
Hi:
Try this:
ContourPlot3D[x^2 + y^2 == z^4, {x, -5, 5}, {y, -5, 5}, {z, -5, 5},
ColorFunction -> Function[RGBColor[.5, 1, 1]],
PlotPoints -> 25, Mesh -> 2, Axes -> True,
AxesLabel -> {"x", "y", "z"}, ImageSize -> 500,
Background -> LightYellow, ViewPoint -> {3, -5, 1}]
You can play around with the settings to suit your own personal taste.
HTH,
Bill
PS. This was done with Mma 6.0.1.
URL: , |
|