CustomMatplotlibDataViewer¶
-
class
glue.viewers.custom.qt.custom_viewer.CustomMatplotlibDataViewer(session, parent=None, **kwargs)[source]¶ Bases:
glue.viewers.matplotlib.qt.data_viewer.MatplotlibDataViewerBase Qt widget class for simple custom viewers that use Matplotlib
Attributes Summary
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
-