How can i change the x-axis fontsize when using imhist?
6 views (last 30 days)
Show older comments
Hi, i am having problem with the font size when using imhist. If i run this:
imhist('imagename');
set(gca,'fontsize',14);
only the y-axis font size changes, while the x-axis font size remains the same. My question is how can i change the fontsize of the x-axis too? i've tried to do it manually in edit->axis properties but i can't do it (or i am not capable). Thank you in advance
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!