摘要:
把字体都设置成为“Times New Roman”plt.figure(figsize=[15,8])plt.scatter(X, Y, label = 'RealValue')plt.plot(X, func(X, a, b), 'red', label ... 阅读全文
posted @ 2018-10-18 11:01
一小白
阅读(6566)
评论(0)
推荐(0)
摘要:
默认画图from scipy.stats import normimport matplotlib.pyplot as pltimport numpy as npx = np.arange(-3, 3, 0.001)plt.plot(x, norm.pdf(... 阅读全文
posted @ 2018-10-18 10:43
一小白
阅读(4155)
评论(0)
推荐(0)
浙公网安备 33010602011771号