Exibir 2d Array Numpy como imagem

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