BqplotBaseView

class glue_jupyter.bqplot.common.BqplotBaseView(session, state=None)[source]

Bases: glue_jupyter.view.IPyWidgetView

Attributes Summary

allow_duplicate_data

allow_duplicate_subset

figure_widget

The main figure widget.

is2d

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.

is2d = True

Methods Documentation

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