how to increase the size of matplotlib plot code example
Example 1: increase figure size in matplotlib
plt.figure(figsize=(20,10))
Example 2: matplotlib set size
plt.figure(figsize=(20,8))
Example 3: plot size
fig.set_size_inches(18.5, 10.5, forward=True)