From bb0ba4fcb45bc08409657e05e7951a364f6a2e53 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 24 Mar 2014 22:36:59 -0400 Subject: Reorganize and add Python snippets --- snippets/python-mode/plotting-imports | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 snippets/python-mode/plotting-imports (limited to 'snippets/python-mode/plotting-imports') diff --git a/snippets/python-mode/plotting-imports b/snippets/python-mode/plotting-imports new file mode 100644 index 0000000..6d957b3 --- /dev/null +++ b/snippets/python-mode/plotting-imports @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: plotting imports +# key: plta +# group: imports +# -- +import matplotlib.pyplot as plt + +import pltaid +$0 -- cgit v1.2.3