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