matplotlib.pyplot imshow size

57

matplotlib.pyplot imshow size -

from matplotlib import pyplot as plt

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

Comments

Submit
0 Comments