Question: Flip plot, exchange x and y-axes

Is there a way to plot a graph in a fliped way.

I tried to do this using Vectors. But this is not so easy.

plot(Vector(70,x->sin(x/10),Vector(70, x->x+1/10));

plot(sin(x),x=0..7)

Please Wait...