Fix window width in bar plot
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 23 Nov 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.)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!