From 1f021e729ab37f716b0e1c6b23ef9c539642fa8c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 10 Dec 2018 11:19:27 +0100 Subject: [PATCH] tests/make_graph: fix series title --- tests/make_graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"