10
votes
4answers
2k views
How do you change the size of figures drawn with matplotlib?
How do you change the size of figure drawn with matplotlib?
…
1
vote
How do you change the size of figures drawn with matplotlib?
The following seems to work:
from pylab import *
rcParams['figure.figsize'] = 5, 10
This makes the figure's width 5 inches, and its height 10 inches.
The Figur …
-3
votes
How do you change the size of figures drawn with matplotlib?
Hmm, I appear to be unable to use google...
…
