how to change axis fort size
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how can i change axis font size?
ex: to make it fit i wanna reduce fot size

0 Kommentare
Antworten (1)
Tommy
am 3 Mai 2020
By setting the 'FontSize' property of your axes. For example, if the axes handle is contained in ax, you can use
ax.FontSize = newFontSize;
Other ways to make your labels easier to read include repositioning the ticks, only labeling some of your ticks, or rotating your labels.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!