TreemapPlot

class orion_notebook.widgets.plots.treemap_plot.TreemapPlot(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: orion_notebook.widgets.plots.base_plot.BasePlot

Class that represents a treemap plot

build()

Generates a treemap plot with the data provided