PlotOptions

class jdaviz.configs.default.plugins.plot_options.plot_options.PlotOptions(*args, **kwargs)[source] [edit on github]

Bases: TemplateMixin

Public constructor

Attributes Summary

bitmap_bias_sync

An instance of a Python dict.

bitmap_bias_value

A float trait.

bitmap_cmap_sync

An instance of a Python dict.

bitmap_cmap_value

A trait for unicode strings.

bitmap_color_sync

An instance of a Python dict.

bitmap_color_value

A trait which allows any value.

bitmap_contrast_sync

An instance of a Python dict.

bitmap_contrast_value

A float trait.

bitmap_opacity_sync

An instance of a Python dict.

bitmap_opacity_value

A float trait.

bitmap_visible_sync

An instance of a Python dict.

bitmap_visible_value

A boolean (True, False) trait.

collapse_func_sync

An instance of a Python dict.

collapse_func_value

A trait for unicode strings.

color_mode_sync

An instance of a Python dict.

color_mode_value

A trait for unicode strings.

contour_custom_levels_sync

An instance of a Python dict.

contour_custom_levels_txt

A trait for unicode strings.

contour_custom_levels_value

An instance of a Python list.

contour_max_sync

An instance of a Python dict.

contour_max_value

A float trait.

contour_min_sync

An instance of a Python dict.

contour_min_value

A float trait.

contour_mode_sync

An instance of a Python dict.

contour_mode_value

A trait for unicode strings.

contour_nlevels_sync

An instance of a Python dict.

contour_nlevels_value

An int trait.

contour_visible_sync

An instance of a Python dict.

contour_visible_value

A boolean (True, False) trait.

icon_checktoradial

A trait for unicode strings.

icon_radialtocheck

A trait for unicode strings.

layer_items

An instance of a Python list.

layer_selected

A trait which allows any value.

layer_visible_sync

An instance of a Python dict.

layer_visible_value

A boolean (True, False) trait.

line_color_sync

An instance of a Python dict.

line_color_value

A trait which allows any value.

line_opacity_sync

An instance of a Python dict.

line_opacity_value

A float trait.

line_width_sync

An instance of a Python dict.

line_width_value

An int trait.

multiselect

A boolean (True, False) trait.

setting_show_viewer_labels

A boolean (True, False) trait.

show_axes_sync

An instance of a Python dict.

show_axes_value

A boolean (True, False) trait.

stretch_max_sync

An instance of a Python dict.

stretch_max_value

A float trait.

stretch_min_sync

An instance of a Python dict.

stretch_min_value

A float trait.

stretch_perc_sync

An instance of a Python dict.

stretch_perc_value

A trait which allows any value.

stretch_sync

An instance of a Python dict.

stretch_value

A trait for unicode strings.

subset_visible_sync

An instance of a Python dict.

subset_visible_value

A boolean (True, False) trait.

template_file

uncertainty_sync

An instance of a Python dict.

uncertainty_value

An int trait.

viewer_items

An instance of a Python list.

viewer_selected

A trait which allows any value.

Methods Summary

vue_set_value(data)

vue_unmix_state(name)

Attributes Documentation

bitmap_bias_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

bitmap_bias_value

A float trait.

bitmap_cmap_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

bitmap_cmap_value

A trait for unicode strings.

bitmap_color_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

bitmap_color_value

A trait which allows any value.

bitmap_contrast_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

bitmap_contrast_value

A float trait.

bitmap_opacity_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

bitmap_opacity_value

A float trait.

bitmap_visible_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

bitmap_visible_value

A boolean (True, False) trait.

collapse_func_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

collapse_func_value

A trait for unicode strings.

color_mode_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

color_mode_value

A trait for unicode strings.

contour_custom_levels_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

contour_custom_levels_txt

A trait for unicode strings.

contour_custom_levels_value

An instance of a Python list.

contour_max_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

contour_max_value

A float trait.

contour_min_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

contour_min_value

A float trait.

contour_mode_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

contour_mode_value

A trait for unicode strings.

contour_nlevels_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

contour_nlevels_value

An int trait.

contour_visible_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

contour_visible_value

A boolean (True, False) trait.

icon_checktoradial

A trait for unicode strings.

icon_radialtocheck

A trait for unicode strings.

layer_items

An instance of a Python list.

layer_selected

A trait which allows any value.

layer_visible_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

layer_visible_value

A boolean (True, False) trait.

line_color_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

line_color_value

A trait which allows any value.

line_opacity_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

line_opacity_value

A float trait.

line_width_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

line_width_value

An int trait.

multiselect

A boolean (True, False) trait.

setting_show_viewer_labels

A boolean (True, False) trait.

show_axes_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

show_axes_value

A boolean (True, False) trait.

stretch_max_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

stretch_max_value

A float trait.

stretch_min_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

stretch_min_value

A float trait.

stretch_perc_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

stretch_perc_value

A trait which allows any value.

stretch_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

stretch_value

A trait for unicode strings.

subset_visible_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

subset_visible_value

A boolean (True, False) trait.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v2.8.0/lib/python3.9/site-packages/jdaviz/configs/default/plugins/plot_options/plot_options.py', 'plot_options.vue')
uncertainty_sync

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

uncertainty_value

An int trait.

viewer_items

An instance of a Python list.

viewer_selected

A trait which allows any value.

Methods Documentation

vue_set_value(data)[source] [edit on github]
vue_unmix_state(name)[source] [edit on github]