import numpy as np import matplotlib.pyplot as plt import matplotlib.image as im tab = np.zeros((5,8)) plt.imshow(tab) plt.show()