diff --git a/bob/bio/base/script/evaluate.py b/bob/bio/base/script/evaluate.py index a6b87f50e041aed02671d36efb6a4363af718586..eecc37be04fcb1f78c2345ac04950f72c897a473 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)):