From a0651121b5bf29743e19e69dd0421fedb0a8b2fd Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 4 Mar 2012 02:19:04 -0800 Subject: Some cosmetics changes. Fix the frame distribution plot, one point was missing also output plots directly in the right directory now --- data/pair-matching/roc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/pair-matching/roc.py') diff --git a/data/pair-matching/roc.py b/data/pair-matching/roc.py index dd991b4..c121e97 100755 --- a/data/pair-matching/roc.py +++ b/data/pair-matching/roc.py @@ -41,8 +41,8 @@ if __name__ == "__main__": ap_false = ap[:,1][indices] ap_true = ap[:,0][indices] plt.plot(ap_false,ap_true,label="Face recognition") - plt.xlabel("False positive rate [\%]") - plt.ylabel("True positive rate [\%]") + plt.xlabel("False positive rate [%]") + plt.ylabel("True positive rate [%]") np.random.seed() std = map(float,sys.argv[2].split(",")) sk_data = np.loadtxt(sys.argv[1],comments="#",delimiter=",") -- cgit v1.2.3-70-g09d2