colormaps

Trame widget entry point for trame-colormaps.

Re-exports all widget classes (ColorMapEditor, HorizontalScalarBar, VerticalScalarBar) and registers the module with the trame server.

trame.widgets.colormaps.initialize(server)

Called automatically by trame when this widget module is imported.

class trame.widgets.colormaps.ColorMapEditor(name, show_close_button=True, **kwargs)

Bases: VCard

class trame.widgets.colormaps.HorizontalScalarBar(name, popup_location='top', has_menu=True, editor_options=None, **kwargs)

Bases: Div

class trame.widgets.colormaps.VerticalScalarBar(name, popup_location='top', has_menu=True, editor_options=None, **kwargs)

Bases: Div