| Author |
Comment/Response |
Henry Lamb
|
09/21/04 05:04am
Plot the 3D function with Plot3D, the 2D function with ParametricPlot3D, and combine the two plots with Show. If you can't get a satisfactory plot with ParametricPlot3D, change the BoxRatios and ImageSize options. Try BoxRatios->{1,1,1} and ImageSize->300.
URL: , |
|