summaryrefslogtreecommitdiff
path: root/python-mode/pl
diff options
context:
space:
mode:
Diffstat (limited to 'python-mode/pl')
-rw-r--r--python-mode/pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-mode/pl b/python-mode/pl
new file mode 100644
index 0000000..f0fdd05
--- /dev/null
+++ b/python-mode/pl
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: Import pyplot
+# key: plt
+# group : general
+# --
+import matplotlib.pyplot as plt
+$0