Setting default figure font sizes in R2014b
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
Just wondering how I can set the default font sizes for new figures, I would like to set the Title, axis labels, axis tick number fonts, legend and datatips to specific sizes and can't find the correct variables to set. I can set the default values however the title font size and axis labels are rather difficult to set programatically.
The following have been set up in startupsav.m: set(0,'defaultUicontrolFontSize',24) set(0,'defaultAxesFontSize',12) set(0,'defaultTextFontSize',14) set(0,'defaultLineMarkerSize',12)
Any suggestions? Can it actually be set as a default font size in points rather than a multiplier?
Cheers, Luke
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!