LaTeX interpreter in box plot
显示 更早的评论
Is there any way to use LaTeX as Interpreter for labels in boxplot()?
回答(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');
类别
在 帮助中心 和 File Exchange 中查找有关 Box Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!