summaryrefslogtreecommitdiff
path: root/snippets/python-mode/subplots-adjust
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/subplots-adjust')
-rw-r--r--snippets/python-mode/subplots-adjust7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/subplots-adjust b/snippets/python-mode/subplots-adjust
new file mode 100644
index 0000000..f88417c
--- /dev/null
+++ b/snippets/python-mode/subplots-adjust
@@ -0,0 +1,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)