new_artists

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

Find the newly-added artists in a figure.

Parameters:
figmatplotlib.pyplot.figure()

Matplotlib figure.

old_artistsset

Return value from all_artists().

Returns:
set

All artists added since all_artists was called.