Boxplot greek symbol bug?

1 visualizzazione (ultimi 30 giorni)
Rainer
Rainer il 13 Set 2015
Commentato: Rainer il 13 Set 2015
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')

Risposta accettata

Walter Roberson
Walter Roberson il 13 Set 2015
Try
ylabel('\muL', 'Interpreter','tex')

Più risposte (1)

the cyclist
the cyclist il 13 Set 2015
That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.
  1 Commento
Rainer
Rainer il 13 Set 2015
Thanks. All the more reason for me to get the update!

Accedi per commentare.

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