set xlabel '# rewrites' set ylabel 'storage used [KiB]' set term png set output 'windows.png' plot \ 20*1024*1024 title '20GiB (disk size)',\ 102400*x title '100MiB * x',\ 'ntfs-w2k8-mbr-quick.txt' using 1 title 'mbr ntfs quick', \ 'ntfs-w2k8-mbr-normal.txt' using 1 title 'mbr ntfs normal', \ 'ntfs-w2k8-gpt-quick.txt' using 1 title 'gpt ntfs quick', \ 'ntfs-w2k8-gpt-normal.txt' using 1 title 'gpt ntfs normal'