summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets')
-rw-r--r--snippets/python-mode/seaborn7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/seaborn b/snippets/python-mode/seaborn
new file mode 100644
index 0000000..14710e8
--- /dev/null
+++ b/snippets/python-mode/seaborn
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: seaborn
+# key: sns
+# group: imports
+# --
+import seaborn as sns
+$0