remove_artist

BM.remove_artist(art, layer=None)

Remove a (dynamically updated) artist from the blit-manager.

Parameters:
  • art (matpltolib.Artist) – The artist to remove.

  • layer (str, optional) – The layer to search for the artist. If None, all layers are searched. The default is None.

Note

This only removes the artist from the blit-manager and does not call its remove method!