diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-10 10:30:57 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-10 10:31:11 +0200 |
commit | ceb138cefe46e4412f54f31a812c125cebbb5b65 (patch) | |
tree | f0db842c5af44c36e060d56b91bfe0363a50988f /afl-plot | |
parent | 114605df538bc49da3778546b74a9230fc4c0908 (diff) | |
download | afl++-ceb138cefe46e4412f54f31a812c125cebbb5b65.tar.gz |
afl-plot: relative time
Diffstat (limited to 'afl-plot')
-rwxr-xr-x | afl-plot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/afl-plot b/afl-plot index f5bb041d..26c8d1b7 100755 --- a/afl-plot +++ b/afl-plot @@ -111,9 +111,9 @@ set terminal png truecolor enhanced size 1000,300 butt set output '$outputdir/high_freq.png' -set xdata time -set timefmt '%s' -set format x "%b %d\n%H:%M" +#set xdata time +#set timefmt '%s' +#set format x "%b %d\n%H:%M" set tics font 'small' unset mxtics unset mytics |