Skip to content
Snippets Groups Projects
Commit 2a839b13 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the legend on ROC

parent 797e257a
No related branches found
No related tags found
1 merge request!88Improve the evaluate script plots
Pipeline #
...@@ -100,7 +100,7 @@ def command_line_arguments(command_line_parameters): ...@@ -100,7 +100,7 @@ def command_line_arguments(command_line_parameters):
def _plot_roc(frrs, colors, labels, title, fontsize=18, position=None, farfrrs=None): 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() figure = pyplot.figure()
# plot FAR and CAR for each algorithm # plot FAR and CAR for each algorithm
for i in range(len(frrs)): for i in range(len(frrs)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment