How to remove edge color of legend box
47 ビュー (過去 30 日間)
表示 古いコメント
the edge of legend box covers part of my graph. so i will make it white or colorless.
0 件のコメント
採用された回答
Jan
2012 年 4 月 24 日
legend(axes_handle,'boxoff')
But I'm afraid, that the background of the legend is still opaque. Then the background color of the legend has to be set to 'none'.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!