diff options
Diffstat (limited to 'snippets/python-mode/plotting-imports')
-rw-r--r-- | snippets/python-mode/plotting-imports | 9 |
1 files changed, 9 insertions, 0 deletions
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 |