Matplotlib Larger Chart

[Solved] Matplotlib Larger Chart | Matlab - Code Explorer | yomemimo.com
Question : matplotlib larger chart

Answered by : allen-calderwood

f = plt.figure()
f.set_figwidth(4)
f.set_figheight(1)
plt.plot(x,y)
plt.show()

Source : https://www.geeksforgeeks.org/change-plot-size-in-matplotlib-python/ | Last Update : Mon, 20 Jun 22

Answers related to matplotlib larger chart

Code Explorer Popular Question For Matlab