how to change the font size in a plot (only for the axes numbers)?
114 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kobi
am 22 Aug. 2014
Kommentiert: Giuseppe Degan Di Dieco
am 6 Apr. 2022
as you can see in the attached image i need to change only the size of the numbers not the title or the colorbar how can i do this? thank you
1 Kommentar
rucha k
am 28 Jun. 2018
How do I resize fonts of scope (xy axes labeling fonts, numbers on axes, etc) in MATLAB 2015a?
Akzeptierte Antwort
Ben11
am 22 Aug. 2014
Use the 'FontSize' property of the current axes:
set(gca,'FontSize',20)
6 Kommentare
Adam
am 22 Aug. 2014
Be sure to add the title before setting font size. If you change font size then add the title it will be in the font size you just set. Though you can change it again afterwards.
Weitere Antworten (1)
Adam
am 22 Aug. 2014
If you search for 'tick labels' or something similar, in the file exchange there are numerous options that replace the tick labels locked into the axes font size with text objects that can be manipulated independently.
I can't vouch for any particular one as I have never used any of them though.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Formatting and Annotation finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!