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!