final Collection<List<Label>> wMethod = graphReference.wmethod.getFullTestSet(1);
// Here I need to moderate the effort because choosing traces for all seeds is good but I need
// that many times more traces, so I have to create a graph in terms of effort v.s. quailty (or even better, scale
// the existing one).
DrawGraphs gr = new DrawGraphs();
final RBoxPlot<Pair<Integer,String>>
uas_outcome = new RBoxPlot<Pair<Integer,String>>("Time","BCR",new File("time_bcr.pdf"));
final RBoxPlot<Integer>
uas_A=new RBoxPlot<Integer>("Time","BCR",new File("time_A_bcr.pdf")),