new_artists

glue.utils.matplotlib.new_artists(fig, old_artists)[source]

Find the newly-added artists in a figure

Parameters:
  • fig – Matplotlib figure
  • old_artists – Return value from :func:all_artists
Returns:

All artists added since all_artists was called