| Author |
Comment/Response |
Xavier
|
05/16/08 11:25am
Hey,
Here is a possibility :
ContourPlot3D[
x^2 + y^2 - z^4 == 0, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
This seems to be the equivalent of the implicit plot you were looking for ;-)
Cheers,
Xavier
URL: http://xroudaut.free.fr, |
|