How to enlarge legend marker size?
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Arseniy Sleptsov
el 18 de Abr. de 2020
I want to increase marker size in the legend (not font size)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/285606/image.png)
2 comentarios
Adam Danz
el 18 de Abr. de 2020
Note, the solution in the link above uses undocumented outputs to legend() that have reently caused problems.
Respuesta aceptada
Adam Danz
el 18 de Abr. de 2020
Editada: Adam Danz
el 18 de Abr. de 2020
The legend components cannot be independently changed. A workaround is to duplicate the objects on your plot but replace their coordinates with NaN values so the objects appear in the legend but do not appear in the plot.
Follow this demo that changes the line properties in the legend. You can easily adapt it to change the marker properties. If you have any problems, please share your code.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Legend en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!