summaryrefslogtreecommitdiff
path: root/snippets/python-mode/subplots-adjust
blob: 37e46a1c6f87f383657e94b0df95f156bfcd40d3 (plain)
1
2
3
4
5
6
# -*- 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)