how to change the font size in a plot (only for the axes numbers)?

조회 수: 203 (최근 30일)
Kobi
Kobi 2014년 8월 22일
댓글: Giuseppe Degan Di Dieco 2022년 4월 6일
as you can see in the attached image i need to change only the size of the numbers not the title or the colorbar how can i do this? thank you
  댓글 수: 1
rucha k
rucha k 2018년 6월 28일
How do I resize fonts of scope (xy axes labeling fonts, numbers on axes, etc) in MATLAB 2015a?

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

채택된 답변

Ben11
Ben11 2014년 8월 22일
Use the 'FontSize' property of the current axes:
set(gca,'FontSize',20)
  댓글 수: 6
Adam
Adam 2014년 8월 22일
Be sure to add the title before setting font size. If you change font size then add the title it will be in the font size you just set. Though you can change it again afterwards.
Giuseppe Degan Di Dieco
Giuseppe Degan Di Dieco 2022년 4월 6일
Thanks all, definitevely brief and working. Best.

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

추가 답변 (1개)

Adam
Adam 2014년 8월 22일
If you search for 'tick labels' or something similar, in the file exchange there are numerous options that replace the tick labels locked into the axes font size with text objects that can be manipulated independently.
I can't vouch for any particular one as I have never used any of them though.

카테고리

Help CenterFile Exchange에서 Formatting and Annotation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by