set yrange [0:109] set xrange [-2:38] set grid x set grid y set xlabel "Column" set ylabel "% of chips with codes 0,39,96,97,98,99" set boxwidth 0.6 #set terminal png #set output "cor_cm1_4.png" plot "cor_cm1_4" using 1:4 title "corner wafers 1-4, 2304 chips" with boxes, "cor_cm1_4" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm5_6.png" plot "cor_cm5_6" using 1:4 title "corner wafers 5-6, 1152 chips" with boxes, "cor_cm5_6" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm7.png" plot "cor_cm7" using 1:4 title "corner wafer 7, 576 chips" with boxes, "cor_cm7" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm8.png" plot "cor_cm8" using 1:4 title "corner wafer 8, 576 chips" with boxes, "cor_cm8" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm9.png" plot "cor_cm9" using 1:4 title "corner wafer 9, 576 chips" with boxes, "cor_cm9" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm10.png" plot "cor_cm10" using 1:4 title "corner wafer 10, 576 chips" with boxes, "cor_cm10" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm11.png" plot "cor_cm11" using 1:4 title "corner wafer 11, 576 chips" with boxes, "cor_cm11" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm12.png" plot "cor_cm12" using 1:4 title "corner wafer 12, 576 chips" with boxes, "cor_cm12" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm13_21.png" plot "cor_cm13_21" using 1:4 title "prod. wafers 13-21/02.06., 5184 chips" with boxes, "cor_cm13_21" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm22_25.png" plot "cor_cm22_25" using 1:4 title "prod. wafers 22-25/02.06., 2304 chips" with boxes, "cor_cm22_25" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 set ylabel "% of chips with internal errors" #set output "cor_cm13_21_ie.png" plot "cor_cm13_21_ie" using 1:4 title "prod. wafers 13-21/02.06., 5184 chips" with boxes, "cor_cm13_21_ie" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm22_25_ie.png" plot "cor_cm22_25_ie" using 1:4 title "prod. wafers 22-25/02.06., 2304 chips" with boxes, "cor_cm22_25_ie" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 set ylabel "% of chips with current limit reached" #set output "cor_cm13_21_cl.png" plot "cor_cm13_21_cl" using 1:4 title "prod. wafers 13-21/02.06., 5184 chips" with boxes, "cor_cm13_21_cl" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 #set output "cor_cm22_25_cl.png" plot "cor_cm22_25_cl" using 1:4 title "prod. wafers 22-25/02.06., 2304 chips" with boxes, "cor_cm22_25_cl" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1