| Author |
Comment/Response |
Greg
|
07/06/12 11:26pm
I need to display 3D contour plots and a 3D parametric curve on one plot. I tried using Show but it just pukes on me and gives me an error message. Here is my syntax
Show[{C,S1, S2, S3, S4}, PlotRange -> {{-2, 2}, {-10, 10}, {0, 7}}]
C is my parametric curve using ParametricPlot3D and S1,S2,S3,S4 are my 3D contour plots. My guess is that it doesn't like how I am trying to display more than one type of plot.
Thanks
URL: , |
|