Seaborn入门系列(一)——distplot

sns.set_style('white') # 图表风格设置 # 风格选择包括:"white", "dark", "whitegrid", "darkgrid", "ticks" plt.figure(figsize=(8,4))#绘制画布 sns.distplot(data_male['height'],hist = False,kde = True,rug = True,
相关文章
相关标签/搜索