CustomMatplotlibDataViewer¶
- class glue.viewers.custom.qt.custom_viewer.CustomMatplotlibDataViewer(*args, **kwargs)[source]¶
Bases:
MatplotlibDataViewer
Base Qt widget class for simple custom viewers that use Matplotlib
Attributes Summary
Methods Summary
apply_roi
(roi)This method must be implemented by subclasses
get_layer_artist
(cls[, layer, layer_state])Attributes Documentation
- LABEL = ''¶
- tools = ['select:rectangle', 'select:polygon']¶
Methods Documentation