aboutsummaryrefslogtreecommitdiff
path: root/doc/design-paper
diff options
context:
space:
mode:
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2008-12-24 16:39:56 +0000
committerSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2008-12-24 16:39:56 +0000
commit972d019cae25e78bae724ef45792aaac68dccb75 (patch)
tree879fdb86dba54568edd8052cd9003adafa66cf8e /doc/design-paper
parent294e773ae9ca4dc3cb0aaabb527eea7f2916d9e5 (diff)
downloadtor-972d019cae25e78bae724ef45792aaac68dccb75.tar.gz
tor-972d019cae25e78bae724ef45792aaac68dccb75.zip
Annotate relative-selection-probabilities graph
svn:r17762
Diffstat (limited to 'doc/design-paper')
-rw-r--r--doc/design-paper/node-selection/plot-node-selection.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/design-paper/node-selection/plot-node-selection.R b/doc/design-paper/node-selection/plot-node-selection.R
index 3559c5381f..b302e6a6ef 100644
--- a/doc/design-paper/node-selection/plot-node-selection.R
+++ b/doc/design-paper/node-selection/plot-node-selection.R
@@ -52,5 +52,12 @@ lines(t1$bw, t3$prob-o, col=col[3], type="b")
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()