Info
This question is closed. Reopen it to edit or answer.
Something simple with formatting axes
3 views (last 30 days)
Show older comments
If I was needing to plot a two dimensional graph. The horizontal axis is a positively oriented from 0 to infinity, but the vertical axis is oriented from 0 to negative infinity. The axes converge at zero. What I can't figure out is how to reverse just the vertical axis to have increasing negative values as the x axis increases.
0 Comments
Answers (1)
Walter Roberson
on 17 Nov 2017
Edited: Walter Roberson
on 17 Nov 2017
set(gca, 'Ydir', 'reverse')
The vertical axes is the Y axes, and I followed your horizontal/vertical question, not your request to have increasing negative values as the x axis increases.
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!