Permutation of plot axes [closed]

asked 2020-06-23 06:45:02 +0200

Cyrille gravatar image

updated 2020-06-23 08:42:46 +0200

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) ?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by slelievre
close date 2020-07-03 00:20:33.999106

Comments

parametric_plot

FrédéricC gravatar imageFrédéricC ( 2020-06-23 08:11:22 +0200 )edit

See my answer to another of your questions.

Juanjo gravatar imageJuanjo ( 2020-06-23 12:12:28 +0200 )edit

Thanks Juanjo. I have completely forgotten you answer which was complete. Sorry. How can we close this question since it has no answer.

Cyrille gravatar imageCyrille ( 2020-06-27 22:00:14 +0200 )edit