Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Permutation of th plot axes

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

Permutation of th plot axes

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