parser.add_argument('-i','--linestyle',nargs='+',help="A list of line styles ROC, CMC and DET plots; THE NUMBER OF PLOTS SHOULD BE MULTIPLE OF THE NUMBER OF LEGGENDS. IN THAT WAY, EACH SEGMENT WILL BE AVERAGED")
parser.add_argument('-F','--legend-font-size',type=int,default=18,help="Set the font size of the legends.")
parser.add_argument('-F','--legend-font-size',type=int,default=8,help="Set the font size of the legends.")
parser.add_argument('-P','--legend-position',type=int,help="Set the font size of the legends.")
parser.add_argument('--parser',default='4column',choices=('4column','5column'),help="The style of the resulting score files. The default fits to the usual output of score files.")