Here is some code to do this… [code]import matplotlib.pyplot as plt import numpy as np X = np.random.random((100, 100)) # sample 2D array plt.imshow(X, ...
確定! 回上一頁