In Matlab something like this should work:

x= 1:10;

h = plot( 2*x+3,x );

rotate( h, [0 0 1], 90)

But, if I try the same code in GNU/Octave, it answers, that the function "rotate" was not implemented yet. Is there any other way to rotate the whole plot than using this technique?

Thank you all!

Similar questions and discussions