How to delete some items in matlab plot
이전 댓글 표시
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?
Ede gerlderlands
2013년 2월 10일
답변 (2개)
Walter Roberson
2013년 2월 10일
set(get(get(hPLOTHANDLE,'Annotation'),'LegendInformation',),...
'IconDisplayStyle','off');
Image Analyst
2013년 2월 10일
0 개 추천
Why not just reissue the legend() command with the desired strings?
카테고리
도움말 센터 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!