how can one set the default size of font for plot?

조회 수: 1 (최근 30일)
alpedhuez
alpedhuez 2020년 7월 11일
댓글: Star Strider 2020년 7월 15일
I understand that
set(gca, 'FontSize', 6.0);
will set the default size of a plot. But I have let me say 10 plots in this Livescript. Is there any way to set the default size of a plot so that one does not need to do this for each plot?

채택된 답변

Star Strider
Star Strider 2020년 7월 11일
Experiment with: Default Property Values
  댓글 수: 6
alpedhuez
alpedhuez 2020년 7월 15일
set(groot, 'defaultTextFontSize', 6)
Star Strider
Star Strider 2020년 7월 15일
I thought I posted exactly that four days ago!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by