Changing the figure font
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi every body,
I want to change the font size of the plotted figure itself, so as we have many line styles like (--, :, -., -) I need my figure to be more bold. I do not mean the axises, but the figure itself.
Please let me know how, Thanks,and have a nice day
1 Kommentar
Daniel Shub
am 10 Apr. 2012
Are you trying to make the change in the on screen display, a printed copy, or an exported file?
Akzeptierte Antwort
Weitere Antworten (2)
Walter Roberson
am 10 Apr. 2012
Perhaps what you want to change is the line thickness instead of the font size? Changing font sizes does not make anything more bold.
Daniel Shub
am 10 Apr. 2012
You can change the default line thickness with:
set(0, 'defaultlinelinewidth', 16)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Graphics Objects 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!