From 36afc83b2679f9dc4993ff5e51ab72189a78a851 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 14 Oct 2015 23:34:52 -0400 Subject: Use pseaborn instead of seaborn --- snippets/python-mode/pseaborn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/python-mode/pseaborn (limited to 'snippets/python-mode/pseaborn') diff --git a/snippets/python-mode/pseaborn b/snippets/python-mode/pseaborn new file mode 100644 index 0000000..1667078 --- /dev/null +++ b/snippets/python-mode/pseaborn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pseaborn +# key: sns +# group: imports +# -- +from pseaborn import sns +$0 \ No newline at end of file -- cgit v1.2.3