BasePlot¶
-
class
orion_notebook.widgets.plots.base_plot.
BasePlot
(widget: Optional[orion_notebook.widgets.widget_base.CompiledWidget] = None, input_data: Optional[pandas.core.frame.DataFrame] = None, direction: bool = True, mode: str = 'markers', plot_title: Optional[str] = None, aggregate: bool = False, height: int = 450, width: Optional[int] = None, **kwargs)¶ Bases:
object
Base class that all plots inherit from
-
build
()¶ To be overridden from child classes. Generates a base plot with the data provided
-
on_interaction
(*args, **kwargs)¶ To be overridden from child classes. Defines the default behaviour when interacting with the plot
-