I am currently trying to add a dropdown menu to my treemap plot. The code I am using : import pandas as pd import plotly.express as px fig = px.treemap(df, ...
確定! 回上一頁