summaryrefslogtreecommitdiff
path: root/snippets/python-mode/tight-layout
blob: 7c42be5153ce6fa570e2fdd4e520f6a400ed9d09 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: tight-layout
# key: tl
# group: matplotlib
# --
fig.tight_layout(pad=0.2)