How can I change the fontsize of datatip box?
42 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I mean the font size of x:5 and y:-12.38 Thanks in advance
2 commentaires
Alireza Babaei
le 20 Avr 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')
Réponses (1)
Voir également
Catégories
En savoir plus sur Labels and Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!