matplotlib之histograms

直方圖筆記 1. 畫直方圖。 # create 2x2 grid of axis subplots fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, sharex=True) axs = [ax1,ax2,ax3,ax4] # draw n = 10, 100, 1000, and 10000 samples from the normal d
相關文章
相關標籤/搜索