How to enlarge legend marker size?

31 visualizaciones (últimos 30 días)
Arseniy Sleptsov
Arseniy Sleptsov el 18 de Abr. de 2020
Editada: Adam Danz el 18 de Abr. de 2020
I want to increase marker size in the legend (not font size)
  2 comentarios
Adam Danz
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.
See this comment for a full explanation.

Iniciar sesión para comentar.

Respuesta aceptada

Adam Danz
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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by