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

1 回表示 (過去 30 日間)
Balaji
Balaji 2014 年 7 月 16 日
コメント済み: Star Strider 2014 年 7 月 16 日
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 件のコメント
Star Strider
Star Strider 2014 年 7 月 16 日
What was your original code? It would help to know what did not work and why the fix failed as well.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLegend についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by