set term svg fsize 16 size 800,600
set output "Fluorine-18 decay.svg"
set border 3
set xtics nomirror 1
set ytics nomirror 0.2
set xlabel "Hours"
set ylabel "Fraction of Original Amount"
set mxtics 2
set mytics 4
set grid
set samples 200
plot [0:24] [0:1.1] \
(exp(-x*log(2)/1.83333)) title "e^(-x*log(2)/1.8259)" with lines
{{Information |Description=Decay of fluorine-18 which has a half-life of 110 minutes (1.8333 hours). Created with gnuplot. |Source={{own}} |Date=November 13, 2010 |Author= Cburnett |Permission= |other_versions= }}