How to delete some items in matlab plot
Ältere Kommentare anzeigen
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 Kommentare
Azzi Abdelmalek
am 10 Feb. 2013
Can you explain exactly your problem? why add some legends, then remove them?
Ede gerlderlands
am 10 Feb. 2013
Antworten (2)
Walter Roberson
am 10 Feb. 2013
set(get(get(hPLOTHANDLE,'Annotation'),'LegendInformation',),...
'IconDisplayStyle','off');
Image Analyst
am 10 Feb. 2013
0 Stimmen
Why not just reissue the legend() command with the desired strings?
Kategorien
Mehr zu Legend finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!