How do I delete all annotations on a figure but not do clf?
77 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
John Pryce
el 7 de Abr. de 2017
Comentada: Holden Tranquillo
el 26 de Feb. de 2020
How do I delete all annotations on a Figure? I do not want to do "clf" since that loses attributes that I want to keep. Doing "cla" does not remove the annotations.
0 comentarios
Respuesta aceptada
Ritesh Chandna
el 10 de Abr. de 2017
Please use the below command to delete all the annotations on a figure:
>>delete(findall(gcf,'type','annotation'))
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Polygons en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!