From ebc8a1eb5e66ddaf1e1094cfd22f4ce40635e303 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 11 Oct 2011 09:22:37 -0300 Subject: [PATCH] m1rc3/norruption/2/plot: corrected terminology and presentation of empirical cdf --- m1rc3/norruption/2/plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1rc3/norruption/2/plot b/m1rc3/norruption/2/plot index 7b7c02e..832b9cb 100755 --- a/m1rc3/norruption/2/plot +++ b/m1rc3/norruption/2/plot @@ -25,7 +25,7 @@ $cmd = "|gnuplot -e '". 'set xlabel "Power cycles";'. 'set ylabel "Cumulative probability";'. 'set key bottom;'. - 'plot "-" with lines title "Corruptions observed (N='.@f.')", '. + 'plot "-" with steps title "Empirical distribution (N='.@f.')", '. '1-exp(-'.1/$f.'*x) with lines lt 3 '. 'title "Exponential distribution ({/Symbol l}=1/'.$f.')"'. "'";