From ac1fea850aa3ef04caccadf9371dd72683d967c0 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 29 Aug 2024 12:50:48 +0100 Subject: [PATCH] [CPS] Add gridlines to k6 plots Issue-ID: CPS-1975 Change-Id: Ied4e9948d531aa8823ba716a503142142dc39cca Signed-off-by: danielhanrahan --- jjb/onap/cps/prepare-k6-performance-tests-plots.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/onap/cps/prepare-k6-performance-tests-plots.sh b/jjb/onap/cps/prepare-k6-performance-tests-plots.sh index 06a8eda5..6f9bfea7 100755 --- a/jjb/onap/cps/prepare-k6-performance-tests-plots.sh +++ b/jjb/onap/cps/prepare-k6-performance-tests-plots.sh @@ -104,6 +104,8 @@ set output "${chartFileName}" set xlabel "Build" set ylabel "${units}" set yrange [0 : ${y_max} < *] +set style line 1 lc rgb '#d3d3d3' lt 1 lw 1 dashtype 2 +set grid ytics ls 1 set xtics rotate plot '$dataFile' using 1:3:xtic(sprintf("%d", column(1))) with linespoints title "measured", \ '$dataFile' using 1:2 with lines linestyle 2 title "limit" -- 2.25.1