# Gnuplot script # output file set term png set terminal png font times 14 set output 'fig9.png' # legends set title "Point Availability" set xrange [1:1500] set xtics 100, 200, 1500 set xlabel "t [min]" set ylabel "Point Availabiliy A(t)" rotate by 90 offset 1, 0 # contents set style data linespoints set key right bottom plot "fig910_1.thr" using 1:2 title "Phase 1" w linespoints, \ "fig910_2.thr" using 1:2 title "Phase 2" w linespoints, \ "fig910_3.thr" using 1:2 title "Phase 3" w linespoints