Tampilkan array 2d numpy sebagai gambar

from matplotlib import pyplot as plt
plt.imshow(data, interpolation='nearest')
plt.show()
slohobo