how to change the size of plot python code example Example 1: plt figsize plt.figure(figsize=(20,10)) Example 2: matplotlib set size plt.figure(figsize=(20,8))