How to delete some items in matlab plot
Mostrar comentarios más antiguos
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 comentarios
Azzi Abdelmalek
el 10 de Feb. de 2013
Can you explain exactly your problem? why add some legends, then remove them?
Ede gerlderlands
el 10 de Feb. de 2013
Respuestas (2)
Walter Roberson
el 10 de Feb. de 2013
set(get(get(hPLOTHANDLE,'Annotation'),'LegendInformation',),...
'IconDisplayStyle','off');
Image Analyst
el 10 de Feb. de 2013
0 votos
Why not just reissue the legend() command with the desired strings?
Categorías
Más información sobre Legend en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!