From 7002b3f00bc3cd3c1d311ad550ea884ebb1810dd Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 30 May 2024 10:35:06 +0100 Subject: [PATCH] CPS performance plots start at 0 Change the plot limits so that 0 is always included. Issue-ID: CPS-2192 Change-Id: If16802e58925c078c972e0bb0020b3a16ddcee02 Signed-off-by: danielhanrahan --- jjb/onap/cps/prepare-performance-tests-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/onap/cps/prepare-performance-tests-data.sh b/jjb/onap/cps/prepare-performance-tests-data.sh index 276ea4735..34bcfdc41 100755 --- a/jjb/onap/cps/prepare-performance-tests-data.sh +++ b/jjb/onap/cps/prepare-performance-tests-data.sh @@ -150,7 +150,7 @@ set terminal pngcairo size 1500,600 set output "${chartFileName}" set xlabel "Build" set ylabel "Percentage of limit %" -set yrange [0 < * < 80 : 120 < *] +set yrange [0 : 120 < *] set xtics rotate plot '$dataFile' using (column(0)):2:xtic(sprintf("%d", column(1))) with linespoints title "measured", \ 100 with lines linestyle 2 title "100% limit" -- 2.25.1