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

1 view (last 30 days)
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 ?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!