diff --git a/m1rc3/norruption/2/plot-cdf b/m1rc3/norruption/2/plot-cdf index 8e2f394..935af5f 100755 --- a/m1rc3/norruption/2/plot-cdf +++ b/m1rc3/norruption/2/plot-cdf @@ -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++;