How to delete some items in matlab plot
1 回表示 (過去 30 日間)
古いコメントを表示
I have a plot and I want to delete some items from the legend. Is there anyway to do this in the plot editor ?
thanks
2 件のコメント
Azzi Abdelmalek
2013 年 2 月 10 日
Can you explain exactly your problem? why add some legends, then remove them?
回答 (2 件)
Walter Roberson
2013 年 2 月 10 日
set(get(get(hPLOTHANDLE,'Annotation'),'LegendInformation',),...
'IconDisplayStyle','off');
0 件のコメント
Image Analyst
2013 年 2 月 10 日
Why not just reissue the legend() command with the desired strings?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Legend についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!