How can I change the fontsize of datatip box?

42 vues (au cours des 30 derniers jours)
nikoleta zacharaki
nikoleta zacharaki le 10 Mar 2018
Commenté : SRIKANTH le 25 Août 2020
I mean the font size of x:5 and y:-12.38 Thanks in advance
  2 commentaires
Alireza Babaei
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')
SRIKANTH
SRIKANTH le 25 Août 2020
It really works !! Thanks a lot...

Connectez-vous pour commenter.

Réponses (1)

Aider
Aider le 4 Sep 2018

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!

Translated by