diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-11-19 16:41:22 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-11-19 16:41:22 -0500 |
commit | 20c0dd2e7c8d01181b1621d77420bc7f92926db0 (patch) | |
tree | 07faea68616516e064ea1593fb56df2f593a2080 /snippets/python-mode/plt | |
parent | 9b91589ad3b59cebf9cfaf36203bdbd0f5bc057e (diff) | |
download | emacs.d-20c0dd2e7c8d01181b1621d77420bc7f92926db0.tar.gz |
Remove ticker import from matplotlib snippert
Tend to use `locator_params` much more now
Diffstat (limited to 'snippets/python-mode/plt')
-rw-r--r-- | snippets/python-mode/plt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt index 804972c..7952fff 100644 --- a/snippets/python-mode/plt +++ b/snippets/python-mode/plt @@ -2,7 +2,6 @@ # key: plt # -- import matplotlib.pyplot as plt -from matplotlib import ticker import pltaid $0 |