[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[freehaven-cvs] Graphs for all cases except 5a and 5b. More scraps ...



Update of /home/freehaven/cvsroot/doc/e2e-traffic/scripts
In directory moria.mit.edu:/tmp/cvs-serv27439/scripts

Added Files:
	fig1.gp fig2.gp fig2a.gp fig2b.gp fig34.gp fig6.gp pspre.gp 
	viewpost.gp 
Log Message:
Graphs for all cases except 5a and 5b.  More scraps data are forthcoming for 5a, 2, and 6.

--- NEW FILE: fig1.gp ---

set logscale xy
set title "Statistical disclosure model\nRounds to guess m-1 recipients\n(90^{th} percentile of trial attacks)"
set format "%.0f"
set xlabel "Number of recipients (N)"
set ylabel "Rounds"

set yrange [10:1.1e6]

plot 'tmp/fig1-5.dat' title 'b=5,4{/Symbol \243}m{/Symbol \243}64' with linespoints, \
     'tmp/fig1-25.dat' title 'b=25,4{/Symbol \243}m{/Symbol \243}64' with linespoints, \
     'tmp/fig1-125.dat' title 'b=125,4{/Symbol \243}m{/Symbol \243}64' with linespoints, \
     'tmp/fig1-1000.dat' title 'b=1000,2{/Symbol \243}m{/Symbol \243}1024' with linespoints

--- NEW FILE: fig2.gp ---

set format "%.0f"
set size 1.0,1.0
set origin 0.0,0.0
set multiplot
set title 'overtitle'

#----
set size 0.5,1.0
set origin 0.0,0.0

load 'scripts/fig2a.gp'

#----
set size 0.5,1.0
set origin 0.5,0.0

load 'scripts/fig2a.gp'

#----

set nomultiplot

--- NEW FILE: fig2a.gp ---
set logscale xy
set format "%.0f"
set xlabel "Number of recipients (N)"
set ylabel "Rounds"

set title "(P_M=60)\nRounds to guess m-1 recipients\n(90^{th} percentile)"
set yrange [10:1.1e6]
plot 'tmp/fig2-UU-60.dat' title 'UU,8{/Symbol \243}m{/Symbol \243}64' with linespoints, \
     'tmp/fig2-BU-60.dat' title 'BU,8{/Symbol \243}m{/Symbol \243}256' with linespoints, \
     'tmp/fig2-BB-60.dat' title 'BB,2{/Symbol \243}m{/Symbol \243}16' with linespoints

--- NEW FILE: fig2b.gp ---
set logscale xy
set format "%.0f"
set xlabel "Number of recipients (N)"
set ylabel "Rounds"

set title "(P_M=90)\nRounds to guess m-1 recipients\n(90^{th} percentile)"
set yrange [10:1.1e6]
plot 'tmp/fig2-UU-90.dat' title 'UU,8{/Symbol \243}m{/Symbol \243}256' with linespoints, \
     'tmp/fig2-BU-90.dat' title 'BU,8{/Symbol \243}m{/Symbol \243}1025' with linespoints, \
     'tmp/fig2-BB-90.dat' title 'BB,2{/Symbol \243}m{/Symbol \243}32' with linespoints

--- NEW FILE: fig34.gp ---

set logscale y
set title "Pool mixes and mix-nets\nRounds to guess m-1 recipients\n(90^{th} percentile of trial attacks)"
set format x ".%.0f" 
set format y "%.0f" 
set xlabel "pM"
set ylabel "Rounds"
set key left bottom

set yrange [10:1.1e6]
plot 'tmp/fig34x1.dat' title 'len=1' with lines, \
     'tmp/fig34x2.dat' title 'len=2' with lines, \
     'tmp/fig34x4.dat' title 'len=4' with lines, \
     'tmp/fig34x8.dat' title 'len=8' with lines, \
     'tmp/fig34x10.dat' title 'pDelay=.1' with points, \
     'tmp/fig34x30.dat' title 'pDelay=.3' with points, \
     'tmp/fig34x60.dat' title 'pDelay=.6' with points, \
     'tmp/fig34x90.dat' title 'pDealy=.9' with points

--- NEW FILE: fig6.gp ---

set logscale y
set title "Partial observation\nRounds to guess m-1 recipients\n(90^{th} percentile of trial attacks)"
set format x ".%.0f" 
set format y "%.0f" 
set xlabel "Fraction not observed"
set ylabel "Rounds"
#set key left bottom

set yrange [10:1.1e6]
plot 'tmp/fig6-10.dat' using (100-$1):2 title 'p_{Delay}=.1' with linespoints, \
     'tmp/fig6-60.dat' using (100-$1):2 title 'p_{Delay}=.6' with linespoints

--- NEW FILE: pspre.gp ---

set terminal postscript eps enhanced
set output "`echo -n graphs/$OUT.eps`"
#WIDTH=`echo -n $WIDTH`
#set size WIDTH/10.,(WIDTH/1.5)/7.
#set pointsize WIDTH/10
--- NEW FILE: viewpost.gp ---
pause -1  'Hit return to continue'

***********************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe freehaven-cvs       in the body. http://freehaven.net/