# set terminal png color; set terminal gif medium size 84,84 \ xffffff x000000 x404040 \ xff0000 x00ff00 \ x0000ff x000000 \ x000000 x0000ff \ x000000 x000000 \ x777777 set yrange [0:100]; set noytics; set noxtics; set size 1.0, 1.0; set origin 0.0, 0.0; set nokey; set lmargin 0; set rmargin 0; set tmargin 0; set bmargin 0; plot 'Temp/Project_FC626BWAAXX/Sample_lane8/s_8_0005_peg.dat' using 1:6 with impulses lt 7 lw 4, 'Temp/Project_FC626BWAAXX/Sample_lane8/s_8_0005_peg.dat' using 1:5 with impulses lt 2 lw 4,'Temp/Project_FC626BWAAXX/Sample_lane8/s_8_0005_peg.dat' using 1:4 with impulses lt 3 lw 4,'Temp/Project_FC626BWAAXX/Sample_lane8/s_8_0005_peg.dat' using 1:3 with impulses lt 1 lw 4, 'Temp/Project_FC626BWAAXX/Sample_lane8/s_8_0005_peg.dat' using 1:2 with impulses lt 9 lw 4;