Skip to content

Commit

Permalink
tests/make_graph: fix series title
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Dec 10, 2018
1 parent 8f8eaf7 commit 1f021e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/make_graph
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f021e7

Please sign in to comment.