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일

0 개 추천

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개)

카테고리

태그

질문:

2013년 12월 10일

답변:

dpb
2013년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by