X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=plot_scripts%2Fplot_ia_graph;h=848f24235324671f8b6896bd0ac1e7f36d6f1520;hp=ced074e38ef8adfb6618a925b8a7df2752de43ae;hb=f8ae6263131dcc0dc4190ec3a45cf53cd23b78c2;hpb=55713f8dd352d36849c9ab8293a7fca92c48159b diff --git a/plot_scripts/plot_ia_graph b/plot_scripts/plot_ia_graph index ced074e..848f242 100644 --- a/plot_scripts/plot_ia_graph +++ b/plot_scripts/plot_ia_graph @@ -25,12 +25,12 @@ set yrange [0:] # PER DEVICE SETUP # # ***************** # # WeMo switch -#set output '../result/wemo_switch_incoming.ps' -#set output '../result/wemo_switch_incoming.eps' -set output '../result/wemo_switch_inter_arrival_incoming.png' +#set output '../result_ia/wemo_switch_incoming.ps' +#set output '../result_ia/wemo_switch_incoming.eps' +set output '../result_ia/wemo_switch_inter_arrival_incoming.png' set title "WeMo Switch Inter-Arrival Incoming Traffic" -plot "../result/test_incoming.dat" using 1:2 with lines -#set output '../result/wemo_switch_outgoing.png' -#set title "WeMo Switch Inter-Arrival Outgoing Traffic" -#plot "../result/wemo_switch_outgoing.dat" using 1:2 with lines +plot "../result_ia/wemo_switch_incoming.dat" using 1:2 with lines +set output '../result_ia/wemo_switch_inter_arrival_outgoing.png' +set title "WeMo Switch Inter-Arrival Outgoing Traffic" +plot "../result_ia/wemo_switch_outgoing.dat" using 1:2 with lines