ExportViewer#
- class jdaviz.configs.default.plugins.export_plot.export_plot.ExportViewer(*args, **kwargs)[source]#
Bases:
PluginTemplateMixin,ViewerSelectMixinSee the Export Plot Plugin Documentation for more details.
Only the following attributes and methods are available through the public plugin API:
viewer(ViewerSelect): Viewer to select for exporting the figure image.
Public constructor
Attributes Summary
Methods Summary
save_figure([filename, filetype])Save the figure to an image with a provided filename or through an interactive save dialog.
vue_save_figure(filetype)Callback for save figure events in the front end viewer toolbars.
Attributes Documentation
- template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/pllim/envs/yessss-dark-mode-doc/lib/python3.11/site-packages/jdaviz/configs/default/plugins/export_plot/export_plot.py', 'export_plot.vue')#
- user_api#
Methods Documentation