How can I change the fontsize of datatip box?
40 次查看(过去 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!