How can I change the fontsize of datatip box?
40 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I mean the font size of x:5 and y:-12.38 Thanks in advance
2 Commenti
Alireza Babaei
il 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')
Risposte (1)
Vedere anche
Categorie
Scopri di più su Labels and Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!