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/figax | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 snippets/python-mode/figax (limited to 'snippets/python-mode/figax') 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 -- cgit v1.2.3