How can I change the fontsize of datatip box?

40 visualizzazioni (ultimi 30 giorni)
nikoleta zacharaki
nikoleta zacharaki il 10 Mar 2018
Commentato: SRIKANTH il 25 Ago 2020
I mean the font size of x:5 and y:-12.38 Thanks in advance
  2 Commenti
Alireza Babaei
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')
SRIKANTH
SRIKANTH il 25 Ago 2020
It really works !! Thanks a lot...

Accedi per commentare.

Risposte (1)

Aider
Aider il 4 Set 2018

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!

Translated by