set yrange [0:109] set xrange [-2:37] set grid x set grid y set xlabel "Column" set ylabel "% of chips with current limit reached" set boxwidth 0.6 plot "pre_cm_cl" using 1:4 title "preproduction wafers, 14324 chips" with boxes, "pre_cm_cl" using 1:3 title "Rel.# of chips" with histeps lw 4 pause -1 set terminal png set output "pre_cm_cl.png" replot