Modifying y axis division

11 vues (au cours des 30 derniers jours)
JPS
JPS le 7 Fév 2021
Commenté : Adam Danz le 7 Fév 2021
Hi,
I wrote some code and got the following graph.
My Problem is the y axis has only 4 points i.e [0 , 5 , 10 , 15] bu the x axis has 9 values [0 : 2 : 16]. Therefore, when I say grid on I am getting rectangular grids, which is kinda not good looking.
What should I do so that the y-axis will also have 9 values and the graph has some nice looking square grids?
Thank You!
  2 commentaires
JPS
JPS le 7 Fév 2021
Okay folks, I went through the documentation and got the answer.
You got to do
axis equal
Sorry for wasting your time.
Cheers!
Adam Danz
Adam Danz le 7 Fév 2021
That step is necessary but you may also have to explicitly set the yticks
ax = gca();
ax.YTick = ax.Xtick;

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by