отображать 2 -й массив Numpy в виде изображения

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