summaryrefslogtreecommitdiff
path: root/snippets/python-mode/figax
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/figax')
-rw-r--r--snippets/python-mode/figax6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/figax b/snippets/python-mode/figax
new file mode 100644
index 0000000..2e149bc
--- /dev/null
+++ b/snippets/python-mode/figax
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: figax
+# key: fax
+# --
+fig, ax = plt.subplots()
+$0