How can I change the fontsize of datatip box?
조회 수: 29 (최근 30일)
이전 댓글 표시
I mean the font size of x:5 and y:-12.38 Thanks in advance
댓글 수: 2
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')
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Labels and Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!