set ylabel "Absolute Occurrence" set xlabel "Round Trip Time (Ping) [ms]" set grid set terminal postscript eps monochrome #set terminal postscript set xrange [0:400] set yrange [0:2000] set output "Histogram.eps" plot 'mail.hs-bremen.de.hist' title 'mail.hs-bremen.de ' with lines, \ 'www.tu-dresden.de.hist' title 'www.tu-dresden.de ' with lines, \ 'www.nationalgallery.org.uk.hist' title 'www.nationalgallery.org.uk ' with lines, \ 'www.harvard.edu.hist' title 'www.harvard.edu ' with lines, \ 'www.unisa.edu.au.hist' title 'www.unisa.edu.au ' with lines #pause -1