JdavizViewerMixin#

class jdaviz.configs.default.plugins.viewers.JdavizViewerMixin(*args, **kwargs)[source]#

Bases: object

Attributes Summary

active_image_layer

Active image layer in the viewer, if available.

custom_marks

Return all marks that are not Lines/LinesGL objects (but can be subclasses)

hub

jdaviz_app

The Jdaviz application tied to the viewer.

jdaviz_helper

The Jdaviz configuration helper tied to the viewer.

native_marks

Return all marks that are Lines/LinesGL objects (and not subclasses)

reference

reference_id

toolbar

tools

tools_nested

Methods Summary

initialize_toolbar([default_tool_priority])

set_plot_axes()

Attributes Documentation

active_image_layer#

Active image layer in the viewer, if available.

custom_marks#

Return all marks that are not Lines/LinesGL objects (but can be subclasses)

hub#
jdaviz_app#

The Jdaviz application tied to the viewer.

jdaviz_helper#

The Jdaviz configuration helper tied to the viewer.

native_marks#

Return all marks that are Lines/LinesGL objects (and not subclasses)

reference#
reference_id#
toolbar = None#
tools#
tools_nested = []#

Methods Documentation

initialize_toolbar(default_tool_priority=[])[source]#
set_plot_axes()[source]#