| Author |
Comment/Response |
Xavier
|
09/25/08 4:53pm
Hey,
This kind of plot has a name: a parametric plot. Hence the command in Mathematica: ParametricPlot.
The syntax is: ParametricPlot[ {f1[x], f2[x]}, {x, xmin, xmax}] but be careful about your domain of definition of x.
Cheers,
Xavier
URL: http://zavou.zxr.fr, |
|