diff options
Diffstat (limited to 'snippets/python-mode/plt')
-rw-r--r-- | snippets/python-mode/plt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt new file mode 100644 index 0000000..434e09c --- /dev/null +++ b/snippets/python-mode/plt @@ -0,0 +1,8 @@ +# name: matplotlib-related import +# key: plt +# -- +import matplotlib.pyplt as plt +from matplotlib import tickers + +import pltaid +$0 |