set term png size 1000,800 set output 'plots/Checker24-babel-grey6.png' set title 'Checker24-babel.csv - grey6 squares' set grid set label 'black20' at 380, 0.0310 point pt 1 linecolor rgb '#343434'front offset character 0,.2 set label 'neutral35' at 430, 0.0900 point pt 1 linecolor rgb '#565758'front offset character 0,.2 set label 'neutral50' at 490, 0.1920 point pt 1 linecolor rgb '#7c7d7d'front offset character 0,.2 set label 'neutral65' at 550, 0.3580 point pt 1 linecolor rgb '#a6a7a7'front offset character 0,.2 set label 'neutral80' at 610, 0.5820 point pt 1 linecolor rgb '#d0d1d1'front offset character 0,.2 set label 'white95' at 670, 0.9200 point pt 1 linecolor rgb '#ddddd8'front offset character 0,.2 plot [370 : 750] [0:] \ 'plot.dat' using 1:25 with lines notitle linetype rgb '#343434' ,\ 'plot.dat' using 1:24 with lines notitle linetype rgb '#565758' ,\ 'plot.dat' using 1:23 with lines notitle linetype rgb '#7c7d7d' ,\ 'plot.dat' using 1:22 with lines notitle linetype rgb '#a6a7a7' ,\ 'plot.dat' using 1:21 with lines notitle linetype rgb '#d0d1d1' ,\ 'plot.dat' using 1:20 with lines notitle linetype rgb '#ddddd8'