LaTeX interpreter in box plot

21 次查看(过去 30 天)
Jan Pastyka
Jan Pastyka 2016-2-23
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 CenterFile Exchange 中查找有关 Axis Labels 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by