How to shrink legend without shrinking font size

56 visualizaciones (últimos 30 días)
Önundur Ragnarsson
Önundur Ragnarsson el 7 de En. de 2019
Respondida: Vishal Chaudhary el 10 de En. de 2019
Hi,
I'm making a combo chart in Matlab, using plot, bar and scatter. I have attached it for you to see.
I would like to make the legend smaller. The only scope for shrinking it seems to be by shrinking the markers for the first three legend entries, i.e. the black and grey bars, and the blue line. Do they have to be so long? Can I make them shorter?
Thanks in advance!

Respuestas (1)

Vishal Chaudhary
Vishal Chaudhary el 10 de En. de 2019
There is no particular attribute to shrink legend without changing font-size.
Try using:
l = legend
l.NumColumns = 2;
Other attributes like "Location" can be used to adjust the position of legend.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by