ExportViewer

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

Bases: jdaviz.core.template_mixin.TemplateMixin

Public constructor

Attributes Summary

selected_viewer

A trait for unicode strings.

template_file

viewer_items

An instance of a Python list.

Methods Summary

vue_save_figure(filetype)

Callback for save figure events in the front end viewer toolbars.

Attributes Documentation

selected_viewer

A trait for unicode strings.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz-javerbukh/envs/plot_flux_error_bars/lib/python3.8/site-packages/jdaviz/configs/default/plugins/export_plot/export_plot.py', 'export_plot.vue')
viewer_items

An instance of a Python list.

Methods Documentation

vue_save_figure(filetype)[source] [edit on github]

Callback for save figure events in the front end viewer toolbars. Uses the bqplot.Figure save methods.