aboutsummaryrefslogtreecommitdiff
path: root/afl-plot
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-19 10:58:19 +0200
committervanhauser-thc <vh@thc.org>2021-07-19 10:58:19 +0200
commit32a0d6ac31554a47dca591f8978982758fb87677 (patch)
treebe2ffd03f136dbecd408c73e4bc250ae249a4180 /afl-plot
parent815161827689c339d335233b7b232ac9b120b79b (diff)
downloadAFLplusplus-32a0d6ac31554a47dca591f8978982758fb87677.tar.gz
Revert "Merge branch 'release' into stable"
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing changes made to 9321a24e682b5c8bf6278961bd014cb883b87295.
Diffstat (limited to 'afl-plot')
-rwxr-xr-xafl-plot2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-plot b/afl-plot
index 60a351ab..662c0907 100755
--- a/afl-plot
+++ b/afl-plot
@@ -127,7 +127,7 @@ set key outside
set autoscale xfixmin
set autoscale xfixmax
-#set xlabel "all times in UTC" font "small"
+set xlabel "relative time in seconds" font "small"
plot '$inputdir/plot_data' using 1:4 with filledcurve x1 title 'total paths' linecolor rgb '#000000' fillstyle transparent solid 0.2 noborder, \\
'' using 1:3 with filledcurve x1 title 'current path' linecolor rgb '#f0f0f0' fillstyle transparent solid 0.5 noborder, \\