import matplotlib.pyplot as plt import seaborn as sns #set seaborn style sns.set_theme() #create seaborn area chart plt.stackplot(df.x, ...
確定! 回上一頁