Matplotlib: Add additional space between subplots

Example:

subplot_adjust.py
fig.subplots_adjust(hspace=0.6, wspace=0.6)

Check out similar posts by category: Python, Matplotlib