How to change gap between legend line and legend text?

26 vues (au cours des 30 derniers jours)
Mr M.
Mr M. le 26 Oct 2016
Réponse apportée : selcuk le 28 Juin 2020
How to change (horizontal) gap between legend line and legend text?

Réponse acceptée

Thorsten
Thorsten le 26 Oct 2016
You can increase the space by adding blanks ' ' in front of the legend entries. This is a hack, of course.

Plus de réponses (2)

Rani V.S
Rani V.S le 26 Oct 2016
Modifié(e) : Rani V.S le 26 Oct 2016
https://in.mathworks.com/help/matlab/ref/legend-properties.html Hope that this documentation will help you

selcuk
selcuk le 28 Juin 2020
Horizontal space commands in latex can be used:
leg1 = legend('$\bar{x}\>$','$\tilde{x}\quad$','$\hat{x}\hspace{5mm}$');
set(leg1,'Interpreter','latex');

Community Treasure Hunt

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

Start Hunting!

Translated by