diff options
Diffstat (limited to 'snippets/python-mode/tight-layout')
-rw-r--r-- | snippets/python-mode/tight-layout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/tight-layout b/snippets/python-mode/tight-layout new file mode 100644 index 0000000..7c42be5 --- /dev/null +++ b/snippets/python-mode/tight-layout @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: tight-layout +# key: tl +# group: matplotlib +# -- +fig.tight_layout(pad=0.2)
\ No newline at end of file |