CustomArtist

class glue.viewers.custom.qt.custom_viewer.CustomArtist(layer, axes, coordinator)[source]

Bases: glue.core.layer_artist.MatplotlibLayerArtist

LayerArtist for custom viewers

Parameters:
  • layer – Data or Subset object to draw
  • axes – Matplotlib axes to use
  • settings – dict of FormElement instnaces representing UI state

Methods Summary

update([view]) Redraw the layer

Methods Documentation

update(view=None)[source]

Redraw the layer