diff --git a/tests/make_graph b/tests/make_graph index 49257db2b..ed9ff1425 100755 --- a/tests/make_graph +++ b/tests/make_graph @@ -73,7 +73,7 @@ do set title '$func_name'; set xlabel '# of events'; set y2label '$unit'; - plot '-' using 1:$field with lines; + plot '-' using 1:$field with lines title '$func_name'; pause -1; " read -p "Press Enter to continue"