how to limit and number of points on axis or how to set desired spacing between the points
32 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
HARIKRISHNA B YADULADODDI
le 14 Avr 2021
Réponse apportée : Swetha Polemoni
le 18 Avr 2021
Hello,
please tell how to limit the number of points on x axis( ex: suppose if there are 10 points, i want show only five points on axis OR if there 10 points i want to have the repesent the points with spacing of 3 difference).
I have six vector plots in a figure which have been created by using command subplot and i want to increase the plot area of these vector plots.
Thanks in advance.
0 commentaires
Réponse acceptée
Swetha Polemoni
le 18 Avr 2021
Hi
You can limit the number of points on x axis/ y axis using Specify Axis Limits "xlim/ylim". For setting desired spacing on x axis/ y axis you can use xticks / yticks.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Subplots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!