« Return to Thread: failure in reversed xdir or ydir axes

Re: failure in reversed xdir or ydir axes

by Eric Chassande-Mottin :: Rate this Message:

Reply to Author | View in Thread


I click "post message" too fast

plot(1:10)
set(gca(),"ydir","reverse")
does work
while
plot(1:10)
set(axes,"ydir","reverse");
does not.

e.

 « Return to Thread: failure in reversed xdir or ydir axes