IPyWidgetView¶
-
class
glue_jupyter.view.IPyWidgetView(*args, **kwargs)[source]¶ Bases:
glue.viewers.common.viewer.ViewerAttributes 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.
A widget containing the options for the current viewer.
Methods Summary
add_data(self, data[, color, alpha])create_layout(self)get_layer_artist(self, cls[, layer, layer_state])initialize_layer_options(self)initialize_toolbar(self)show(self)Attributes Documentation
-
figure_widget¶ The main figure widget.
-
inherit_tools= True¶
-
layer_options¶ A widget containing a layer selector and the options for the selected layer.
-
layout¶ The widget containing the final layout of the individual figure widgets.
-
output_widget¶ A widget containing any textual output from the figures (including errors).
-
subtools= {}¶
-
toolbar_active_subset¶ A dropdown providing control over the current active subset.
-
toolbar_selection_mode¶ Buttons providing control over logical selections.
-
toolbar_selection_tools¶ The selection tools, e.g. rectangular or polygon selection.
-
tools= []¶
-
viewer_options¶ A widget containing the options for the current viewer.
Methods Documentation
-