How to delete some items in matlab plot
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Azzi Abdelmalek
le 10 Fév 2013
Can you explain exactly your problem? why add some legends, then remove them?
Réponses (2)
Walter Roberson
le 10 Fév 2013
set(get(get(hPLOTHANDLE,'Annotation'),'LegendInformation',),...
'IconDisplayStyle','off');
0 commentaires
Image Analyst
le 10 Fév 2013
Why not just reissue the legend() command with the desired strings?
0 commentaires
Voir également
Catégories
En savoir plus sur Legend dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!