LaTeX interpreter in box plot

Antworten (1)

Patrick Otto
Patrick Otto am 14 Dez. 2021
Bearbeitet: Walter Roberson am 14 Dez. 2021

0 Stimmen

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');

Gefragt:

am 23 Feb. 2016

Bearbeitet:

am 14 Dez. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by