IPyWidgetView

class glue_jupyter.view.IPyWidgetView(*args, **kwargs)[source]

Bases: glue.viewers.common.viewer.Viewer

Attributes Summary

figure_widget

The main figure widget.

inherit_tools

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.

tools

viewer_options

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

add_data(self, data, color=None, alpha=None, **layer_state)[source]
create_layout(self)[source]
get_layer_artist(self, cls, layer=None, layer_state=None)[source]
initialize_layer_options(self)[source]
initialize_toolbar(self)[source]
show(self)[source]