IPyWidgetView#
- class glue_jupyter.view.IPyWidgetView(*args, **kwargs)[source]#
Bases:
Viewer
Attributes Summary
The main figure widget.
A widget containing a layer selector and the options for the selected layer.
The widget containing the final layout of the individual figure widgets.
A widget containing any textual output from the figures (including errors).
A dropdown providing control over the current active subset.
Buttons providing control over logical selections.
The selection tools, e.g. rectangular or polygon selection.
A widget containing the options for the current viewer.
Methods Summary
add_data
(data[, color, alpha])get_layer_artist
(cls[, layer, layer_state])show
()Attributes Documentation
- inherit_tools = True#
- subtools = {}#
- tools = []#
Methods Documentation