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 commentaires

Paulo Silva
Paulo Silva le 27 Jan 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 le 27 Jan 2011
I'm just talking about simple plot function like plot(something). How to adjust the axis so y axis shows at the center.

Connectez-vous pour commenter.

 Réponse acceptée

Walter Roberson
Walter Roberson le 27 Jan 2011

1 vote

PlotAxisAtOrigin Matlab File Exchange contribution

Plus de réponses (2)

Oleg Komarov
Oleg Komarov le 27 Jan 2011

1 vote

Or another submission axescenter by Matt Fig:

Wenxuan Liang
Wenxuan Liang le 10 Mar 2021

1 vote

Just use set(gca, 'YAxisLocation', 'origin') if you are using a MATLAB newer than 2018, I think

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by