LaTeX interpreter in box plot
21 ビュー (過去 30 日間)
古いコメントを表示
Is there any way to use LaTeX as Interpreter for labels in boxplot()?
0 件のコメント
回答 (1 件)
Patrick Otto
2021 年 12 月 14 日
編集済み: Walter Roberson
2021 年 12 月 14 日
It's still a problem in matlab 2019b.
This does not works:
set(groot,'defaultAxesTickLabelInterpreter','latex');
But adding this directly after boxplot() (however?) works:
set(gca,'TickLabelInterpreter','latex');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!