summaryrefslogtreecommitdiff
path: root/snippets/python-mode
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2013-11-19 16:41:22 -0500
committerKyle Meyer <kyle@kyleam.com>2013-11-19 16:41:22 -0500
commit20c0dd2e7c8d01181b1621d77420bc7f92926db0 (patch)
tree07faea68616516e064ea1593fb56df2f593a2080 /snippets/python-mode
parent9b91589ad3b59cebf9cfaf36203bdbd0f5bc057e (diff)
downloademacs.d-20c0dd2e7c8d01181b1621d77420bc7f92926db0.tar.gz
Remove ticker import from matplotlib snippert
Tend to use `locator_params` much more now
Diffstat (limited to 'snippets/python-mode')
-rw-r--r--snippets/python-mode/plt1
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