Zeigen Sie das 2D -Numpy -Array als Bild an

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