From 7ce18e3657af085cd407309854ed13223c0e0c98 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 18 May 2013 15:47:24 -0400 Subject: tweak python analysis imports --- init/km-python.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init/km-python.el') 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") -- cgit v1.2.3