From 19bb0ff0935f8adc4b63ffd8e8aa58706bdcf7a2 Mon Sep 17 00:00:00 2001 From: Jon Whiteaker Date: Mon, 5 Mar 2012 09:11:56 -0800 Subject: fixed some of the graphs --- data/combined/graphs/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/combined/graphs/plots.py') diff --git a/data/combined/graphs/plots.py b/data/combined/graphs/plots.py index fb2628c..a60d85f 100755 --- a/data/combined/graphs/plots.py +++ b/data/combined/graphs/plots.py @@ -108,7 +108,7 @@ plt.savefig(os.path.join(out_dir,"online-sht.pdf"),bbox_inches="tight",pad_inche #face plt.figure() -x,y = np.loadtxt("all_nb_off.mat",unpack=True) +x,y = np.loadtxt("all_nb_split.mat",unpack=True) a,b = np.loadtxt("face.csv",delimiter=",", unpack=True) plt.plot(100*x,100*y,label="Skeleton") plt.plot(100*a,100*b,label="Face") -- cgit v1.2.3-70-g09d2