summaryrefslogtreecommitdiffstats
path: root/data/combined/graphs/plots.py
diff options
context:
space:
mode:
authorJon Whiteaker <jbw@berkeley.edu>2012-03-05 09:11:56 -0800
committerJon Whiteaker <jbw@berkeley.edu>2012-03-05 09:11:56 -0800
commit19bb0ff0935f8adc4b63ffd8e8aa58706bdcf7a2 (patch)
tree57538159d950a7bed088811c9fc00f1ea80513b9 /data/combined/graphs/plots.py
parentbc6242856f007f32319aa503efd7efbdc043bf4c (diff)
downloadkinect-19bb0ff0935f8adc4b63ffd8e8aa58706bdcf7a2.tar.gz
fixed some of the graphs
Diffstat (limited to 'data/combined/graphs/plots.py')
-rwxr-xr-xdata/combined/graphs/plots.py2
1 files changed, 1 insertions, 1 deletions
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")