Boxplot greek symbol bug?

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')

 Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Sept. de 2015

0 votos

Try
ylabel('\muL', 'Interpreter','tex')

Más respuestas (1)

the cyclist
the cyclist el 13 de Sept. de 2015

0 votos

That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.

1 comentario

Rainer
Rainer el 13 de Sept. de 2015
Thanks. All the more reason for me to get the update!

Iniciar sesión para comentar.

Categorías

Más información sobre Labels and Annotations en Centro de ayuda y File Exchange.

Preguntada:

el 13 de Sept. de 2015

Comentada:

el 13 de Sept. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by