CustomLayerArtist#
- class glue_qt.viewers.custom.custom_viewer.CustomLayerArtist(coordinator, *args, **kwargs)[source]#
Bases:
MatplotlibLayerArtistLayerArtist for simple custom viewers that use Matplotlib
Create a new LayerArtist
Methods Summary
update(*args, **kwargs)Sync the visual appearance of the layer, and redraw
Methods Documentation