Tree
Tree charts or maps are primarily used to display data that is grouped and nested in a hierarchical (or tree-based) structure.
The Method To Use
The method is s.plt.tree()
It must contain the following input variables:
order: int
data: Union[str, Dict, List[Dict]]And accepts the following input variable as optional:
radial: bool
vertical: bool
title: Optional[str]
padding: Optional[List[int]]
rows_size: Optional[int]
cols_size: Optional[int]
option_modifications: Optional[Dict]Video demonstration of the tree chart
Examples
1. Default Configuration

2. Customization And Context

padding='0,0,0,2', and cols_size=10.Featured Content
Changing the Menu Path
The menu_path can be modified.
It is possible to use any number of rows.
Last updated
Was this helpful?