cd "../mytry" set xlabel "Age" set ylabel "Probability" set ter gif small size 400,300 plot [70:100] "vplrmypar.txt" u 1:2 "%lf %lf (%lf) %lf (%lf)" t"Stationary prevalence" w l 0,"vplrmypar.txt" u 1:($2+2*$3) "%lf %lf (%lf) %lf (%lf)" t"95% CI" w l 1,"vplrmypar.txt" u 1:($2-2*$3) "%lf %lf (%lf) %lf (%lf)" t"" w l 1,"prmypar.txt" u 1:($2) t"Observed prevalence " w l 2 set out "vmypar1.gif" replot set xlabel "Age" set ylabel "Probability" set ter gif small size 400,300 plot [70:100] "vplrmypar.txt" u 1:4 "%lf %lf (%lf) %lf (%lf)" t"Stationary prevalence" w l 0,"vplrmypar.txt" u 1:($4+2*$5) "%lf %lf (%lf) %lf (%lf)" t"95% CI" w l 1,"vplrmypar.txt" u 1:($4-2*$5) "%lf %lf (%lf) %lf (%lf)" t"" w l 1,"prmypar.txt" u 1:($6) t"Observed prevalence " w l 2 set out "vmypar2.gif" replot set ylabel "Years" set ter gif small size 400,300 plot [70:100] "trmypar.txt" u 1:2 "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"TLE" w l ,"trmypar.txt" u 1:($2-2*$3) "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"" w l 0,"trmypar.txt" u 1:($2+2*$3) "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"" w l 0,"trmypar.txt" u 1:4 "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"LE in state (1)" w l ,"trmypar.txt" u 1:($4-2*$5) "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"" w l 0,"trmypar.txt" u 1:($4+2*$5) "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"" w l 0,"trmypar.txt" u 1:6 "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"LE in state (2)" w l ,"trmypar.txt" u 1:($6-2*$7) "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"" w l 0,"trmypar.txt" u 1:($6+2*$7) "%lf %lf (%lf) %lf (%lf) %lf (%lf)" t"" w l 0 set out "emypar.gif" replot set ter gif small size 400,300 plot [70:100] "ermypar.txt" u 1:2 t "e11" w l,"ermypar.txt" u 1:3 t "e12" w l set out "exmypar1.gif" replot set ter gif small size 400,300 plot [70:100] "ermypar.txt" u 1:4 t "e21" w l,"ermypar.txt" u 1:5 t "e22" w l set out "exmypar2.gif" replot