[or-cvs] r17762: {tor} Annotate relative-selection-probabilities graph (tor/trunk/doc/design-paper/node-selection)

sjm217 at seul.org sjm217 at seul.org
Wed Dec 24 16:39:56 UTC 2008


Author: sjm217
Date: 2008-12-24 11:39:56 -0500 (Wed, 24 Dec 2008)
New Revision: 17762

Modified:
   tor/trunk/doc/design-paper/node-selection/plot-node-selection.R
Log:
Annotate relative-selection-probabilities graph

Modified: tor/trunk/doc/design-paper/node-selection/plot-node-selection.R
===================================================================
--- tor/trunk/doc/design-paper/node-selection/plot-node-selection.R	2008-12-24 16:00:47 UTC (rev 17761)
+++ tor/trunk/doc/design-paper/node-selection/plot-node-selection.R	2008-12-24 16:39:56 UTC (rev 17762)
@@ -52,5 +52,12 @@
 lines(t1$bw, t4$prob-o, col=col[4], type="b")
 lines(t1$bw, t5$prob-o, col=col[5], type="b")
 lines(t1$bw, tt$prob-o,col=col[8], type="b")
+
+lines(range(t1$bw), rep(0,2), lty=2)
+
 title(main="Selection probabilility compared to Tor")
+x <- rep(8111.669, 4)
+y <- c(1.396915e-02, 4.962766e-03, 1.635106e-03, 7.446809e-06)
+par(xpd=TRUE)
+text(x,y,c("50%", "75%", "90%", ">99%"), adj=c(0,0.5))
 dev.off()



More information about the tor-commits mailing list