User:CommanderC/trap013.gp

From CrawlWiki
Jump to: navigation, search

# 0.13 Traps

f(x)=((2/(1 + exp(-(x*100+120)/325))-1)*225+x/2.0+15)/2.55
g(x)=f(x/3)

set xtics 1
set ytics 5
set grid
set key off
set xlabel "XL"
#set ylabel "Probability (%)"
set title "Percentage of detected traps"
set terminal png
set output "trap.png"

plot [1:27] [0:100] g(x) with lines lw 1.9