CustomMatplotlibDataViewer

class glue.viewers.custom.qt.custom_viewer.CustomMatplotlibDataViewer(session, parent=None, **kwargs)[source]

Bases: glue.viewers.matplotlib.qt.data_viewer.MatplotlibDataViewer

Base Qt widget class for simple custom viewers that use Matplotlib

Attributes Summary

LABEL

tools

Methods Summary

apply_roi(self, roi)

This method must be implemented by subclasses

get_layer_artist(self, cls[, layer, layer_state])

Attributes Documentation

LABEL = ''
tools = ['select:rectangle', 'select:polygon']

Methods Documentation

apply_roi(self, roi)[source]

This method must be implemented by subclasses

get_layer_artist(self, cls, layer=None, layer_state=None)[source]