Python 绘图与可视化 matplotlib 散点图、numpy模块的random()、条形图bar-CSDN博客

网站介绍:文章浏览阅读157次。条形图:  参考链接:https://www.cnblogs.com/always-fight/p/9707727.html散点图效果:代码:def scatter_curve(): # plt.subplot(1,1,1) n=1024 X=np.random.normal(0,1,n) Y=np.random.norm..._python使用matplotlib和numpy库绘制条形图以及概率密度分布曲线