LaTeX interpreter in box plot

21 ビュー (過去 30 日間)
Jan Pastyka
Jan Pastyka 2016 年 2 月 23 日
編集済み: Walter Roberson 2021 年 12 月 14 日
Is there any way to use LaTeX as Interpreter for labels in boxplot()?

回答 (1 件)

Patrick Otto
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');

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by