| Author |
Comment/Response |
Rahul S
|
06/27/01 3:52pm
So i want to plot a curve whose color changes with the "say" X-axis , its a 3D plot. in YX plane.
Example is say :
f[t_]:=t^2;
Plot[f[t],{t,-1,1}]; (* sinple yes? *)
Now i want to color the function f(t) based on X-ordinate.
how do i do this?
-sr
URL: , |
|