Boxplot - Size of the labels
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    

If we assume that I have produced the boxplot of the picture. How can I magnify the "mu=5" and "mu=6" ? I can't magnify them by modifing the fontsize in the figure properties. Any help could be useful. Thanks in advance!
0 Commenti
Risposte (1)
  Thorsten
      
      
 il 6 Nov 2015
         h = boxplot(rand(40,2))
 set(findobj(get(h(1), 'parent'), 'type', 'text'), 'fontsize', 30);
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

