How can I change the fontsize of datatip box?

63 ビュー (過去 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 Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by