From 9b2f2d1c009a0bc5c641da7d8ae72bdf9ed3b403 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 13 Oct 2011 11:06:29 -0300 Subject: [PATCH] m1rc3/norruption/2/plot-cdf: start empirical distribution at (0, 0) Looks better when a run is just getting started and has few samples. --- m1rc3/norruption/2/plot-cdf | 1 + 1 file changed, 1 insertion(+) 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++;