Afficher le tableau 2D Numpy comme image
from matplotlib import pyplot as plt
plt.imshow(data, interpolation='nearest')
plt.show()
slohobo
from matplotlib import pyplot as plt
plt.imshow(data, interpolation='nearest')
plt.show()