diff options
-rw-r--r-- | snippets/python-mode/plt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt index 434e09c..804972c 100644 --- a/snippets/python-mode/plt +++ b/snippets/python-mode/plt @@ -1,8 +1,8 @@ # name: matplotlib-related import # key: plt # -- -import matplotlib.pyplt as plt -from matplotlib import tickers +import matplotlib.pyplot as plt +from matplotlib import ticker import pltaid $0 |