Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Something simple with formatting axes

2 visualizaciones (últimos 30 días)
Truman Cassady
Truman Cassady el 17 de Nov. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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.

Respuestas (1)

Walter Roberson
Walter Roberson el 17 de Nov. de 2017
Editada: Walter Roberson el 17 de Nov. de 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.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by