set terminal pngcairo size 640,480 set output 'f2fs-z-cpu.png' set dgrid 40,40 set hidden3d set xlabel "Test run" set ylabel "Type of IOPS" splot \ 'bonnie.dat' u 1:2:3 with lines tit "f2fs-lz4", \ 'bonnie.dat' u 1:2:4 with lines tit "f2fs-lzo-rle", \ 'bonnie.dat' u 1:2:5 with lines tit "f2fs-zstd"