我在matplotlib教程中读到了这个:
n, bins, patches = plt.hist(x, 50, normed=1, facecolor='g', alpha=0.75)
我想知道什么是n,箱子和补丁
matplotlib
matplotlib ×1