How to change text size in boxplot

2 views (last 30 days)
John
John on 22 Oct 2012
Hi,
How do you change the size of the font on the x-axis labels in a boxplot. For example I want to make "Urban Congested" larger?
Thank you

Accepted Answer

venkat vasu
venkat vasu on 22 Oct 2012
Hi...
Hope this helpful to you.
xlabel('Yourstring','fontsize',20);
  1 Comment
John
John on 22 Oct 2012
Hello,
Thanks for your help but this command makes the X-axis title bigger. I need to make the x-axis labels bigger for example "urban congested" and "urban free flowing" ....etc.
Can you help me?

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!