diff options
author | Kyle Meyer <meyerkya@gmail.com> | 2013-05-18 15:47:24 -0400 |
---|---|---|
committer | Kyle Meyer <meyerkya@gmail.com> | 2013-05-18 15:47:24 -0400 |
commit | 7ce18e3657af085cd407309854ed13223c0e0c98 (patch) | |
tree | 60ce3ebf760c614d0bcbc9cf532f7cca8a5b289a | |
parent | 2796aa8d218999e208103640a8c75947002f8f5c (diff) | |
download | emacs.d-7ce18e3657af085cd407309854ed13223c0e0c98.tar.gz |
tweak python analysis imports
-rw-r--r-- | init/km-python.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init/km-python.el b/init/km-python.el index 9d2752e..f5bbc85 100644 --- a/init/km-python.el +++ b/init/km-python.el @@ -7,11 +7,10 @@ (km/shebang "python")) (defconst km/python-analysis-imports - "import sys -import numpy as np + "import numpy as np import pandas as pd import matplotlib.pyplot as plt -from matplotlib.ticker import MaxNLocator +from matplotlib import ticker from colors import brew, fgry, bgry") |