set logscale x set ylabel 'normalized cost for theory and time for experiment' set xlabel 'N unique tuples (total 1e7)' plot 'U.dat' using 1:($3) with lines title 'experiment', 'U.dat' using 1:($2/(215)) with lines title 'theory'