set yrange [0:109] set xrange [-1:17] set grid x set grid y set xlabel "Ret pos i*4+j" set ylabel "% of chips with codes 0,39,96,97,98,99" set boxwidth 0.6 #set terminal png #set output "cor_rm1_4.png" plot "cor_rm1_4" using ($1*4+$2):5 title "corner wafers 1-4, 2304 chips" with boxes, "cor_rm1_4" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm5_6.png" plot "cor_rm5_6" using ($1*4+$2):5 title "corner wafers 5-6, 1152 chips" with boxes, "cor_rm5_6" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm7.png" plot "cor_rm7" using ($1*4+$2):5 title "corner wafer 7, 576 chips" with boxes, "cor_rm7" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm8.png" plot "cor_rm8" using ($1*4+$2):5 title "corner wafer 8, 576 chips" with boxes, "cor_rm8" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm9.png" plot "cor_rm9" using ($1*4+$2):5 title "corner wafer 9, 576 chips" with boxes, "cor_rm9" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm10.png" plot "cor_rm10" using ($1*4+$2):5 title "corner wafer 10, 576 chips" with boxes, "cor_rm10" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm11.png" plot "cor_rm11" using ($1*4+$2):5 title "corner wafer 11, 576 chips" with boxes, "cor_rm11" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm12.png" plot "cor_rm12" using ($1*4+$2):5 title "corner wafer 12, 576 chips" with boxes, "cor_rm12" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm13_21.png" plot "cor_rm13_21" using ($1*4+$2):5 title "prod. wafers 13-21/02.06., 5184 chips" with boxes, "cor_rm13_21" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm22_25.png" plot "cor_rm22_25" using ($1*4+$2):5 title "prod. wafers 22-25/02.06., 2304 chips" with boxes, "cor_rm22_25" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 set ylabel "% of chips with internal errors" #set output "cor_rm13_21_ie.png" plot "cor_rm13_21_ie" using ($1*4+$2):5 title "prod. wafers 13-21/02.06., 5184 chips" with boxes, "cor_rm13_21_ie" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm22_25_ie.png" plot "cor_rm22_25_ie" using ($1*4+$2):5 title "prod. wafers 22-25/02.06., 2304 chips" with boxes, "cor_rm22_25_ie" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 set ylabel "% of chips with current limit reached" #set output "cor_rm13_21_cl.png" plot "cor_rm13_21_cl" using ($1*4+$2):5 title "prod. wafers 13-21/02.06., 5184 chips" with boxes, "cor_rm13_21_cl" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_rm22_25_cl.png" plot "cor_rm22_25_cl" using ($1*4+$2):5 title "prod. wafers 22-25/02.06., 2304 chips" with boxes, "cor_rm22_25_cl" using ($1*4+$2):4 title "Rel.# of chips" with histeps lw 4 pause -1