From d44a31bcbe4fa362611086fc8e3ddf8275f9e510 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Apr 2015 01:10:49 -0400 Subject: Add plt.subplots snippets --- snippets/python-mode/figaxs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/python-mode/figaxs (limited to 'snippets/python-mode/figaxs') diff --git a/snippets/python-mode/figaxs b/snippets/python-mode/figaxs new file mode 100644 index 0000000..a9117ca --- /dev/null +++ b/snippets/python-mode/figaxs @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: figaxs +# key: faxs +# -- +fig, axs = plt.subplots($0) -- cgit v1.2.3