How to change gap between legend line and legend text?
Mostrar comentarios más antiguos
How to change (horizontal) gap between legend line and legend text?
Respuesta aceptada
Más respuestas (2)
https://in.mathworks.com/help/matlab/ref/legend-properties.html Hope that this documentation will help you
1 comentario
Mr M.
el 26 de Oct. de 2016
selcuk
el 28 de Jun. de 2020
Horizontal space commands in latex can be used:
leg1 = legend('$\bar{x}\>$','$\tilde{x}\quad$','$\hat{x}\hspace{5mm}$');
set(leg1,'Interpreter','latex');
Categorías
Más información sobre Legend en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!