Question: Plot Axes switch??

Hi,

say i have an equation that represents the variation of some quanity with height. I naturally want to plot height on the vertical axis and the equation on the horizontal. Is there any way of doing this? E.g, the eqaution below, where z is a vertical coordinate...

> E := proc (z) options operator, arrow; 2000+5*z end proc;

thanks

Please Wait...