Permutation of plot axes [closed]
This code
s(x)=(-1539.2*x^2+2*674.82*x-296.9)/1691.73
pl=plot(s(x), x,-5,10)
pl
plots s(x) in the cartesian coordinates (x,y). How to plot it in (y,x) ?
This code
s(x)=(-1539.2*x^2+2*674.82*x-296.9)/1691.73
pl=plot(s(x), x,-5,10)
pl
plots s(x) in the cartesian coordinates (x,y). How to plot it in (y,x) ?
Asked: 2020-06-23 06:45:02 +0100
Seen: 444 times
Last updated: Jun 23 '20
parametric_plot
See my answer to another of your questions.
Thanks Juanjo. I have completely forgotten you answer which was complete. Sorry. How can we close this question since it has no answer.