How do you change the size of figure drawn with matplotlib?
Another option, to use the rc() function in matplotlib (the unit is inch)
import matplotlib matplotlib.rc('figure', figsize=[10,5])