| Author |
Comment/Response |
Bill
|
10/29/07 5:32pm
Hi:
I using Mathematica 5.2, and I'm trying to plot the following 3D parametric curve. It plots OK as-is, but I'd like to plot a thicker curve, and in blue. How do I change the code below to do this?
c1[t_] = {1, t, f[1, t]}
cOne = ParametricPlot3D[Evaluate[c1[t]],
{t, -3.1, -0.9}]
Thanks in advance,
Bill
URL: , |
|