CustomLayerArtist¶
-
class
glue.viewers.custom.qt.custom_viewer.CustomLayerArtist(coordinator, *args, **kwargs)[source]¶ Bases:
glue.viewers.matplotlib.layer_artist.MatplotlibLayerArtistLayerArtist for simple custom viewers that use Matplotlib
Methods Summary
update(self, \*args, \*\*kwargs)Sync the visual appearance of the layer, and redraw
Methods Documentation