LaTeX interpreter in box plot
Mostra commenti meno recenti
Is there any way to use LaTeX as Interpreter for labels in boxplot()?
Risposte (1)
Patrick Otto
il 14 Dic 2021
Modificato: Walter Roberson
il 14 Dic 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');
Categorie
Scopri di più su Box Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!