【C语言】—— 文件操作(下) 前言:五、文件的顺序读写5.1、 顺序读写函数介绍5.2、 f p u t c fputc fputc 函数5.3、 f g e t c fgetc fgetc 函数5.4、 f p u t s fputs fputs 函数5.5、 f g e t s fgets fgets 函数5.6、 f p r i n t f…
可以使用 xlabel、ylabel、text向图中添加文本
mu, sigma 100, 15
x mu sigma * np.random.randn(10000)# the histogram of the data
n, bins, patches plt.hist(x, 50, densityTrue, facecolorg, alpha0.75)plt.xlabel(Smarts)
plt.ylabel(Probability)
plt.title(Histo…