Boxplot greek symbol bug?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I can't seem to use greek symbols on the boxplot axis?
This works fine:
plot(rand(10,1))
ylabel('\muL')
This doesn't work:
boxplot(rand(10,1))
ylabel('\muL')
0 commentaires
Réponse acceptée
Plus de réponses (1)
the cyclist
le 13 Sep 2015
That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.
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!