フィルターのクリア

remove unwanted info from legend

1 回表示 (過去 30 日間)
Leyon
Leyon 2013 年 12 月 10 日
回答済み: dpb 2013 年 12 月 10 日
The plot below have a legend with 5 data strings. However, I want to only display string 4 and 5. How do I remove the other data strings?
My code is attached.

採用された回答

dpb
dpb 2013 年 12 月 10 日
Use the returned handles of the text/line objects to clear/delete those unwanted.
Or create the cell array of strings for those wanted specifically and pass to legend initially

その他の回答 (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