CPS performance plots start at 0 48/21348/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Thu, 30 May 2024 09:35:06 +0000 (10:35 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Thu, 30 May 2024 09:35:06 +0000 (10:35 +0100)
Change the plot limits so that 0 is always included.

Issue-ID: CPS-2192
Change-Id: If16802e58925c078c972e0bb0020b3a16ddcee02
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
jjb/onap/cps/prepare-performance-tests-data.sh

index 276ea4735f929581686309f75cf5c191748f3fd3..34bcfdc41231477170578162923ab2e9c52100d3 100755 (executable)
@@ -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"