Changing the figure font
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Daniel Shub
2012년 4월 10일
Are you trying to make the change in the on screen display, a printed copy, or an exported file?
채택된 답변
추가 답변 (2개)
Walter Roberson
2012년 4월 10일
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
2012년 4월 10일
You can change the default line thickness with:
set(0, 'defaultlinelinewidth', 16)
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!