Closed darkeclipz closed 5 years ago
For 3x3 matrices and larger with no variables.
plt.figure(figsize=(8,8)) M = np.array(M).astype('float') im = plt.imshow(M, cmap=cm.hot) colorbar(im, shrink=0.8, aspect=8)
For 3x3 matrices and larger with no variables.