GNUPLOT linespoints and save as pdf

set terminal postscript eps enhanced color font ',30'
set yrange [0:1]
set logscale x
set xrange [200:100000]
set grid
set xlabel "flow duration (us)"
set key bottom
set output "| ps2pdf -dEPSCrop - webflowduration_5ms.pdf"
plot 'cdf_rapid21_notcp' using 1:2 with lines lt -1 lw 3 title "Web Traffic Alone",\
'cdf_rapid21_cubic_rtt5ms' using 1:2 with lines lt -1 lw 2 lc rgb 'red' notitle,\
'' using 1:2 every 7000 with points pt 1 ps 3 lw 3 lc rgb 'red' title "cubic",\
'cdf_rapid21_scalable_rtt5ms' using 1:2 with lines lt -1 lw 2 lc rgb 'blue' notitle,\
'' using 1:2 every 8000 with points pt 2 ps 3 lw 3 lc rgb 'blue' title 'scalable',\
'cdf_rapid21_n64tau50eta4_rtt5ms' using 1:2 with lines lt -1 lw 2 lc rgb 'green' notitle,\
'' using 1:2 every 10000 with points pt 7 ps 2 lw 3 lc rgb 'green' title 'RAPID'



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章