Metabase. superset ... plt.show() # 用Seaborn画箱线图 df = pd.DataFrame(data, columns=lables) sns.boxplot(data=df) plt.show() ...
確定! 回上一頁