CustomLayerArtist

class glue.viewers.custom.qt.custom_viewer.CustomLayerArtist(coordinator, *args, **kwargs)[source]

Bases: MatplotlibLayerArtist

LayerArtist for simple custom viewers that use Matplotlib

Create a new LayerArtist

Parameters:
layerData or Subset

Data or Subset to draw

layerData or glue.core.subset.Subset

Methods Summary

update(*args, **kwargs)

Sync the visual appearance of the layer, and redraw

Methods Documentation

update(*args, **kwargs)[source]

Sync the visual appearance of the layer, and redraw