PlotMixin#
- class jdaviz.core.template_mixin.PlotMixin(**kwargs: Any)[source]#
Bases:
VuetifyTemplate
,HubListener
Plot subcomponent mixin.
In addition to
plot
, this provides the following methods at the plugin-level:To render in the plugin’s vue file:
<jupyter-widget :widget="plot_widget"></jupyter-widget>
Public constructor
Attributes Summary
A trait for unicode strings.
Methods Summary
Clear all data from the current plot.
Attributes Documentation
- plot_widget#
A trait for unicode strings.
Methods Documentation