How can I change the fontsize of datatip box?

26 次查看(过去 30 天)
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')

请先登录,再进行评论。

回答(1 个)

Aider
Aider 2018-9-4

类别

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