Fix window width in bar plot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I am making bar plots of reponses of a survey and I have added 2 examples in attachment.
For plot 1, the response options - and also ytick labels are: 'Yes' - 'Depends on the sitation of the individual' - 'No' - 'DID NOT REPLY'
For plot 2, the response options - and also ytick labels are: 'I agree to some extent' - 'I disagree' - 'I agree to some extent' - 'I agree' - 'DID NOT REPLY'
I would like to plot those different plots under one another but because the yticklabels of plot 2 are longer (in text), matlab automatically squeezes the window in which the bars are given. Are there settings to fix the window in which the bars are given with respect to the yticklabels? I have not managed to find them yet.
Thanks for you help :)
0 comentarios
Respuestas (1)
Walter Roberson
el 23 de Nov. de 2021
Consider https://www.mathworks.com/help/matlab/ref/ytickangle.html if you are using R2016b or later.
(If you are using R2015b or R2016a there are also methods, just not a nice interface for them.)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!