new_artists¶
- glue.utils.matplotlib.new_artists(fig, old_artists)[source]¶
Find the newly-added artists in a figure.
- Parameters:
- fig
matplotlib.pyplot.figure()
Matplotlib figure.
- old_artistsset
Return value from
all_artists()
.
- fig
- Returns:
- set
All artists added since
all_artists
was called.