Borrar filtros
Borrar filtros

LaTeX interpreter in box plot

17 visualizaciones (últimos 30 días)
Jan Pastyka
Jan Pastyka el 23 de Feb. de 2016
Editada: Walter Roberson el 14 de Dic. de 2021
Is there any way to use LaTeX as Interpreter for labels in boxplot()?

Respuestas (1)

Patrick Otto
Patrick Otto el 14 de Dic. de 2021
Editada: Walter Roberson el 14 de Dic. de 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');

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by