Browse Source

Start plot at 1

Samuel Thibault 13 years ago
parent
commit
6c4cb74536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/starpu_perfmodel_plot.c

+ 1 - 1
tools/starpu_perfmodel_plot.c

@@ -314,7 +314,7 @@ static void display_selected_models(FILE *gnuplot_file, struct starpu_perfmodel
 	/* If no input data is given to gnuplot, we at least need to specify an
 	 * arbitrary range. */
 	if (no_fxt_file)
-		fprintf(gnuplot_file, "set xrange [10**3:10**9]\n\n");
+		fprintf(gnuplot_file, "set xrange [1:10**9]\n\n");
 
 	int first = 1;
 	fprintf(gnuplot_file, "plot\t");