diff options
Diffstat (limited to 'snippets/python-mode/plotting-imports')
-rw-r--r-- | snippets/python-mode/plotting-imports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/python-mode/plotting-imports b/snippets/python-mode/plotting-imports index 6d957b3..46b986d 100644 --- a/snippets/python-mode/plotting-imports +++ b/snippets/python-mode/plotting-imports @@ -5,5 +5,5 @@ # -- import matplotlib.pyplot as plt -import pltaid +import mplutil $0 |