MATPLOTLIB.PYPLOT IMSHOW Ukuran

from matplotlib import pyplot as plt

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