Question: plotting a function against a function ??

If I have g:=x^2 , and I want to plot it against x^2 I should get a straight line,

but If I do plot(g,x^2) it says "Error, (in plot) unexpected option: x^2"

Can I plot arbitrary functions against arbitrary functions ??

Please Wait...