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