필터 지우기
필터 지우기

How can I change the fontsize of datatip box?

조회 수: 24 (최근 30일)
nikoleta zacharaki
nikoleta zacharaki 2018년 3월 10일
댓글: SRIKANTH 2020년 8월 25일
I mean the font size of x:5 and y:-12.38 Thanks in advance
  댓글 수: 2
Alireza Babaei
Alireza Babaei 2020년 4월 20일
I think you need ot use such a command:
alldatacursors = findall(gcf,'type','hggroup')
set(alldatacursors,'FontSize',12)
set(alldatacursors,'FontName','Times')
set(alldatacursors,'FontWeigth','bold')
SRIKANTH
SRIKANTH 2020년 8월 25일
It really works !! Thanks a lot...

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

답변 (1개)

Aider
Aider 2018년 9월 4일

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by