Skip to content

Commit 8a6d26f

Browse files
committed
Add facet arguments to treemap figure function
1 parent 790474b commit 8a6d26f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/python/plotly/plotly/express/_chart_types.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,11 @@ def treemap(
15101510
ids=None,
15111511
path=None,
15121512
color=None,
1513+
facet_row=None,
1514+
facet_col=None,
1515+
facet_col_wrap=0,
1516+
facet_row_spacing=None,
1517+
facet_col_spacing=None,
15131518
color_continuous_scale=None,
15141519
range_color=None,
15151520
color_continuous_midpoint=None,

0 commit comments

Comments
 (0)