From 2a839b138c33fd53cad132bb1e5f25a3ce6ff86b Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 26 Jul 2017 12:18:34 +0200
Subject: [PATCH] Fix the legend on ROC

---
 bob/bio/base/script/evaluate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/script/evaluate.py b/bob/bio/base/script/evaluate.py
index a6b87f50..eecc37be 100644
--- a/bob/bio/base/script/evaluate.py
+++ b/bob/bio/base/script/evaluate.py
@@ -100,7 +100,7 @@ def command_line_arguments(command_line_parameters):
 
 
 def _plot_roc(frrs, colors, labels, title, fontsize=18, position=None, farfrrs=None):
-  if position is None: position = 'best'
+  if position is None: position = 'lower right'
   figure = pyplot.figure()
   # plot FAR and CAR for each algorithm
   for i in range(len(frrs)):
-- 
GitLab