BqplotHistogramLayerArtist#
- class glue_jupyter.bqplot.histogram.BqplotHistogramLayerArtist(view, viewer_state, layer_state=None, layer=None)#
Bases:
LayerArtistCreate a new LayerArtist
- Parameters:
- layer
DataorSubset Data or Subset to draw
- layer
Dataorglue.core.subset.Subset
- layer
Methods Summary
remove()Remove the visualization for this layer.
update()Sync the visual appearance of the layer, and redraw
Methods Documentation
- remove()#
Remove the visualization for this layer.
This is called when the layer artist is removed for good from the viewer. It defaults to calling clear, but can be overriden in cases where clear and remove should be different.
- update()#
Sync the visual appearance of the layer, and redraw