From e8ca3ba6ea62a04e4159d2d5e2097311843a3eca Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Sun, 14 Feb 2016 17:29:23 +0100 Subject: [PATCH] faultspaceplot: don't plot OK_MARKER In the current configuration, OK_MARKER would be plotted in white color and be indistinguishable from the background. Not plotting these areas at all reduces output-file size. As a side effect, the initial Y-axis zoom level (ymin, ymax) can change. Change-Id: Ic7b1a22a5a6f58e4df0849bca5262c646051ae2c --- tools/analysis/faultspaceplot/faultspaceplot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/analysis/faultspaceplot/faultspaceplot.sh b/tools/analysis/faultspaceplot/faultspaceplot.sh index cd5ff299..9c3d844d 100755 --- a/tools/analysis/faultspaceplot/faultspaceplot.sh +++ b/tools/analysis/faultspaceplot/faultspaceplot.sh @@ -47,6 +47,7 @@ $MYSQL < "$VARIANT"_"$BENCHMARK"-raw.csv JOIN result_GenericExperimentMessage r ON r.pilot_id=g.pilot_id WHERE v.variant = '$VARIANT' AND v.benchmark = '$BENCHMARK' + AND r.resulttype != 'OK_MARKER' AND t.accesstype = 'R'; EOT