# -*- mode: snippet -*-
# key: sad
# group: matplotlib
# --
fig.subplots_adjust($0left=0.125, right=0.9, bottom=0.1, top=0.9,
                    wspace=0.2, hspace=0.2)