【发布时间】:2018-03-24 22:59:41
【问题描述】:
我在我的 Python 代码中使用 matplotlib。我收到以下警告:xxx.py:88: MatplotlibDeprecationWarning: scipy.stats.norm.pdf
y = 100 * mlab.normpdf(bin_middles, mu, sigma)*bin_width
我想知道问题是什么,所以我可以解决它并避免警告。
【问题讨论】:
标签: python matplotlib scipy