how to rotate axis???

racing01's picture

Very simple question

 

I want to plot the function y = f(x) but I want the axes to appear rotated (as I show in the picture)

HOw can i do this??? 

 

Thanks a lot!

 

 

Robert Israel's picture

Rotated axes

plot([f(x), -x, x = 0 .. 1], ytickmarks = [seq(-0.2*j=0.2*j,j=0..5)]);

 

nifty trick thanks

was looking for that a while back, will be very useful.

racing01's picture

Thanks a lot for ansering!

Thanks a lot for ansering!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}