Why does the legend not resize when I modify the legend font size in MATLAB 2013 ?

1 visualización (últimos 30 días)
In a subplot, the legend box does not update its size and location when the font size of the legend text and the sample line lengths are decreased. To resolve this issue, I tried specifying the legend explicitly like this
hleg = legend('a','b',c','d')
set(hleg,'Position', [x0,y0,width,height]);
But this time, the legend remains invisible and behind the plot. Is there a way to work around this issue ?
  1 comentario
Star Strider
Star Strider el 16 de Jul. de 2014
What was your original code? It would help to know what did not work and why the fix failed as well.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by