BqplotScatterLayerArtist#

class glue_jupyter.bqplot.scatter.BqplotScatterLayerArtist(view, viewer_state, layer_state=None, layer=None)#

Bases: LayerArtist

Create a new LayerArtist

Parameters:
layerData or Subset

Data or Subset to draw

layerData or glue.core.subset.Subset

Methods Summary

clear()

Clear the visualization for this layer

compute_density_map(*args, **kwargs)

remove()

Remove the visualization for this layer.

update()

Sync the visual appearance of the layer, and redraw

Methods Documentation

clear()#

Clear the visualization for this layer

compute_density_map(*args, **kwargs)#
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