emrys
0
Q:

matplotlib.pyplot imshow size

from matplotlib import pyplot as plt

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

New to Communities?

Join the community