IPyWidgetView#

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

Bases: 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. rectangular or polygon selection.

tools

viewer_options

A widget containing the options for the current viewer.

Methods Summary

add_data(data[, color, alpha])

create_layout()

get_layer_artist(cls[, layer, layer_state])

initialize_layer_options()

initialize_toolbar()

show()

Attributes Documentation

figure_widget[source]#

The main figure widget.

inherit_tools = True#
layer_options[source]#

A widget containing a layer selector and the options for the selected layer.

layout[source]#

The widget containing the final layout of the individual figure widgets.

output_widget[source]#

A widget containing any textual output from the figures (including errors).

subtools = {}#
toolbar_active_subset[source]#

A dropdown providing control over the current active subset.

toolbar_selection_mode[source]#

Buttons providing control over logical selections.

toolbar_selection_tools[source]#

The selection tools, e.g. rectangular or polygon selection.

tools = []#
viewer_options[source]#

A widget containing the options for the current viewer.

Methods Documentation

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