1
0
Fork 0
haveged/contrib/diags/bins.p
Daniel Baumann 49fcf7364a
Adding upstream version 1.9.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 13:10:21 +01:00

12 lines
198 B
Gnuplot

unset key
set ticslevel 0.1
set xlabel "Step"
set ylabel "Tick"
set zlabel "Count"
set zlabel rotate
set xtic .2
set ytic 1
set grid x y z
set title "Ticks Frequency"
splot("run.bins")