... plot plt.hist(data) plt.show() # crate a density plot using seaborn my_fig = sns.distplot(data, hist=False) plt.show()
確定! 回上一頁