diff options
Diffstat (limited to 'snippets/python-mode/pyplot')
-rw-r--r-- | snippets/python-mode/pyplot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/pyplot b/snippets/python-mode/pyplot new file mode 100644 index 0000000..24f541b --- /dev/null +++ b/snippets/python-mode/pyplot @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pyplot +# key: plt +# group: imports +# -- +import matplotlib.pyplot as plt +$0 |