Force ticks in subplot plots histogram
Afficher commentaires plus anciens
Ia ora na,
I've got 9 plots (histograms) in a subplot (2 loops from 1:3) with month on x-axis. I set up xticks([1:12]) for each histogram but I have 1 histogram with only 1 elements, in 1 month. It looks like this :

Can I "force" the itcks to respect the 12 months x-axis on last histogram to make the whole subplot look coherent ?
Thanks for the help.
EDIT : problem solved simply with xlim([1 12]) that I hadn't configured.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Axes Appearance 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!