Question: How can I plot the dependencies of f (x,y) on g(x,y) for different x and y?

Dear all,

I have functions f(x,y) and g(x,y).

How can I plot the dependencies of f on g for different x and y?

If I had only f(x) and g(x), than I could use plot[parameric] like it's shown in Help page

plot([sin(t), cos(t), t=0..Pi]);

I would prefer 2D plot, if possible.

Please Wait...