how to change axis fort size
조회 수: 1 (최근 30일)
이전 댓글 표시
how can i change axis font size?
ex: to make it fit i wanna reduce fot size
댓글 수: 0
답변 (1개)
Tommy
2020년 5월 3일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!