set terminal postscript eps color enhanced solid font 'Helvetica, 16pt' size 8.6cm, 6cm dl .5 set style line 1 lt 1 lc rgb "black" lw 2.5 set style line 2 lt 5 lc rgb "grey" lw 2 set style line 3 lt 1 pt 6 ps 1 lc rgb "#034E7B" lw 3 set style line 4 lt 1 pt 6 ps 1 lc rgb "#f7a789" lw 3 set style line 5 lt 1 pt 6 ps 1 lc rgb "#e36a53" lw 3 set style line 6 lt 1 pt 6 ps 1 lc rgb '#b40426' lw 3 set style line 7 lt 1 pt 5 ps 1.1 lc rgb "orange" lw 3 set style line 10 lt 1 lc 0 lw 0.3 set style line 11 lt 1 pt 6 ps 1 lc rgb "#034E7B" lw 3 set style line 12 lt 1 pt 4 ps 1.1 lc rgb "orange" lw 6 set style line 13 lt 1 pt 6 ps .7 lc rgb "#b40426" lw 3 set style line 14 lt 1 pt 6 ps 0 lc rgb "#034E7B" lw 3 set output '200us_just_blinding.eps' set style fill solid 0.6 set boxwidth 1 set label "(c)" right at graph 0.125, graph 0.96 set ylabel 'Probability Distribution ' offset 1.6,0 set xlabel 'Number of photon Counts (Time interval 200 {/Symbol m}s) ' set ytics 0.05 fname1 = 'Led_on_200us_just_blinding.txt' fname ='Led_on_200us_noblind.txt' stats fname using 1:2 name "noblind" stats fname1 using 1:2 name "blind" set key title " " set key top Right Left reverse samplen 2 set yrange [0:0.108] plot fname u 1:($2)/noblind_sum_y:(sqrt($2)/noblind_sum_y) ls 6 pt 6 ps 1 lw 1 lc "blue" with boxerrorbars title "Unblinded",\ fname1 u 1:($2)/blind_sum_y:(sqrt($2)/blind_sum_y) ls 6 lw 1 with boxerrorbars title "Blinded ",\