Answer the question
In order to leave comments, you need to log in
How to set the window size yourself in matplotlib.pyplot as plt plt.show()?
When showing a plot in plt.show() always by default with a given window size, shows the plot
How do I set the window size of matplotlib.pyplot.show() ?
Answer the question
In order to leave comments, you need to log in
plt.figure(figsize=(10,10))
plt.plot(x,y)
plt.show()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question