ScatterLayerStateWidget#

class glue_jupyter.common.state_widgets.ScatterLayerStateWidget(**kwargs: Any)#

Bases: VuetifyTemplate

Public constructor

Attributes Summary

cmap_att_items

An instance of a Python list.

cmap_att_selected

An int trait.

cmap_items

An instance of a Python list.

cmap_mode_items

An instance of a Python list.

cmap_mode_selected

An int trait.

dpi

A float trait.

glue_state

linestyle_items

An instance of a Python list.

linestyle_selected

An int trait.

points_mode_items

An instance of a Python list.

points_mode_selected

An int trait.

size_att_items

An instance of a Python list.

size_att_selected

An int trait.

size_mode_items

An instance of a Python list.

size_mode_selected

An int trait.

template_file

vx_att_items

An instance of a Python list.

vx_att_selected

An int trait.

vy_att_items

An instance of a Python list.

vy_att_selected

An int trait.

Methods Summary

vue_set_colormap(data)

Attributes Documentation

cmap_att_items#

An instance of a Python list.

cmap_att_selected#

An int trait.

cmap_items#

An instance of a Python list.

cmap_mode_items#

An instance of a Python list.

cmap_mode_selected#

An int trait.

dpi#

A float trait.

glue_state#
linestyle_items#

An instance of a Python list.

linestyle_selected#

An int trait.

points_mode_items#

An instance of a Python list.

points_mode_selected#

An int trait.

size_att_items#

An instance of a Python list.

size_att_selected#

An int trait.

size_mode_items#

An instance of a Python list.

size_mode_selected#

An int trait.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/glue-jupyter/envs/latest/lib/python3.12/site-packages/glue_jupyter/common/state_widgets/layer_scatter.py', 'layer_scatter.vue')#
vx_att_items#

An instance of a Python list.

vx_att_selected#

An int trait.

vy_att_items#

An instance of a Python list.

vy_att_selected#

An int trait.

Methods Documentation

vue_set_colormap(data)#