LaTeX interpreter in box plot
Afficher commentaires plus anciens
Is there any way to use LaTeX as Interpreter for labels in boxplot()?
Réponses (1)
Patrick Otto
le 14 Déc 2021
Modifié(e) : Walter Roberson
le 14 Déc 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');
Catégories
En savoir plus sur Box Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!