How can I change the fontsize of datatip box?
40 views (last 30 days)
Show older comments
I mean the font size of x:5 and y:-12.38 Thanks in advance
2 Comments
Alireza Babaei
on 20 Apr 2020
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')
Answers (1)
See Also
Categories
Find more on Labels and Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!