Leaf
- class reportree.Leaf(plots: Figure | Axes | Sequence[Figure | Axes], title: str = None, num_cols: int = 3)
Bases:
IRTree
Leaf is displayed as a single HTML page. Leaf takes either matplotlib.figure.Figure or matplotlib.axes.Axes as input, either a single one or as a sequence. Sequence is then displayed over many rows of plots, with maximum row width given by num_cols.
- save(path: str, writer: ~reportree.io.IWriter = <class 'reportree.io.LocalWriter'>, entry: str = 'index.html')