matplotlib larger chart

26

f = plt.figure()
f.set_figwidth(4)
f.set_figheight(1)

plt.plot(x,y)
plt.show()

Comments

Submit
0 Comments