matplotlib--heatmap

熱圖表示三維數據 1. plt.figure() Y = np.random.normal(loc=0.0, scale=1.0, size=10000) X = np.random.random(size=10000) _ = plt.hist2d(X, Y, bins=25) 2.改變bin的數量 plt.figure() _ = plt.hist2d(X, Y, bins=100) #
本站公眾號
   歡迎關注本站公眾號,獲取更多信息