Matplotlib.pyplot iMshow Taille

from matplotlib import pyplot as plt

plt.figure(figsize = (20,2))
plt.imshow(random.rand(8, 90), interpolation='nearest')
Expensive Emu