import plotly.express as px import kaleido df = px.data.tips() df["all"] = "all" # in order to have a single root node fig =