mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/2/plot-cdf: start empirical distribution at (0, 0)
Looks better when a run is just getting started and has few samples.
This commit is contained in:
@@ -46,6 +46,7 @@ $cmd = "|gnuplot -e '".
|
||||
"'";
|
||||
|
||||
open(PIPE, $cmd) || die "open: $!";
|
||||
print PIPE "0 0\n";
|
||||
$i = 0;
|
||||
for (sort { $a <=> $b } @d) {
|
||||
$i++;
|
||||
|
||||
Reference in New Issue
Block a user