Y-Axis location in MATLAB plots

54 visualizzazioni (ultimi 30 giorni)
henry wang
henry wang il 27 Gen 2011
Risposto: Wenxuan Liang il 10 Mar 2021
I've seen plots with y-axis at the center of the plot rather than to the left. How do I do this in MATLAB?
  2 Commenti
Paulo Silva
Paulo Silva il 27 Gen 2011
Please be more specific, you could be talking about using suplots or adjusting the axis so y is at center or something else.
henry wang
henry wang il 27 Gen 2011
I'm just talking about simple plot function like plot(something). How to adjust the axis so y axis shows at the center.

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 27 Gen 2011
PlotAxisAtOrigin Matlab File Exchange contribution

Più risposte (2)

Oleg Komarov
Oleg Komarov il 27 Gen 2011

Or another submission axescenter by Matt Fig:


Wenxuan Liang
Wenxuan Liang il 10 Mar 2021
Just use set(gca, 'YAxisLocation', 'origin') if you are using a MATLAB newer than 2018, I think

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by