Wyświetl 2d Numpy Array jako obraz

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