Explorar o código

combine starpu_perfmodel_plot's errorbars and linespoint into errorlines

Samuel Thibault %!s(int64=14) %!d(string=hai) anos
pai
achega
f068edec1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/starpu_perfmodel_plot.c

+ 1 - 1
tools/starpu_perfmodel_plot.c

@@ -201,7 +201,7 @@ static void display_history_based_perf_models(FILE *gnuplot_file, struct starpu_
 
 		if (ptr[arch-arch1]) {
 			print_comma(gnuplot_file, first);
-			fprintf(gnuplot_file, "\"%s\" using 1:%d with linespoint title \"Measured %s\", \"%s\" using 1:%d:%d with errorbars notitle", avg_file_name, col, archname, avg_file_name, col, col+1);
+			fprintf(gnuplot_file, "\"%s\" using 1:%d:%d with errorlines title \"Measured %s\"", avg_file_name, col, col+1, archname);
 			col += 2;
 		}
 	}