set title "Cache Hit Ratios" set xrange [90:100] set xlabel "Cache Hit %" set xtics 1 set yrange [0:100000] set ylabel "Relative Performance" set ytics 10000 plot 1/(x/100*0.000001+(1-x/100)*0.005) notitle