LaTeX interpreter in box plot

26 views (last 30 days)
Jan Pastyka
Jan Pastyka on 23 Feb 2016
Edited: Walter Roberson on 14 Dec 2021
Is there any way to use LaTeX as Interpreter for labels in boxplot()?

Answers (1)

Patrick Otto
Patrick Otto on 14 Dec 2021
Edited: Walter Roberson on 14 Dec 2021
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');

Community Treasure Hunt

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

Start Hunting!