IpyvolumeBaseView

class glue_jupyter.ipyvolume.common.IpyvolumeBaseView(*args, **kwargs)[source]

Bases: glue_jupyter.view.IPyWidgetView

Attributes Summary

allow_duplicate_data

allow_duplicate_subset

figure_widget

The main figure widget.

tools

Methods Summary

apply_roi(self, roi[, use_current])

limits_to_scales(self, \*args)

redraw(self)

Attributes Documentation

allow_duplicate_data = False
allow_duplicate_subset = False
figure_widget

The main figure widget.

tools = ['ipyvolume:lasso', 'ipyvolume:circle', 'ipyvolume:rectangle']

Methods Documentation

apply_roi(self, roi, use_current=False)[source]
limits_to_scales(self, *args)[source]
redraw(self)[source]