Browse Source

put legend on top left, it's usually empty

Samuel Thibault 14 years ago
parent
commit
5eec3c4ce1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/starpu_perfmodel_plot.c

+ 1 - 0
tools/starpu_perfmodel_plot.c

@@ -297,6 +297,7 @@ static void display_selected_models(FILE *gnuplot_file, struct starpu_perfmodel_
 	fprintf(gnuplot_file, "set xlabel \"Size\"\n");
 	fprintf(gnuplot_file, "set ylabel \"Time\"\n");
 	fprintf(gnuplot_file, "\n");
+	fprintf(gnuplot_file, "set key top left\n");
 	fprintf(gnuplot_file, "set logscale x\n");
 	fprintf(gnuplot_file, "set logscale y\n");
 	fprintf(gnuplot_file, "\n");