Boxplot greek symbol bug?

3 ビュー (過去 30 日間)
Rainer
Rainer 2015 年 9 月 13 日
コメント済み: Rainer 2015 年 9 月 13 日
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')

採用された回答

Walter Roberson
Walter Roberson 2015 年 9 月 13 日
Try
ylabel('\muL', 'Interpreter','tex')

その他の回答 (1 件)

the cyclist
the cyclist 2015 年 9 月 13 日
That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.
  1 件のコメント
Rainer
Rainer 2015 年 9 月 13 日
Thanks. All the more reason for me to get the update!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLabels and Annotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by