remove_graphic¶

Subplot.remove_graphic(graphic)¶

Remove a Graphic from the scene. Note: This does not garbage collect the graphic, you can add it back to the scene after removing it. Use delete_graphic() to delete and garbage collect a Graphic.

Parameters:

graphic (Graphic) – The graphic to remove from the scene