X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=plot_scripts%2Fplot_ts_graph_smartthings-plug_labeled;h=2dda30538a7d8240e8c769738c5f6891db45313f;hp=02a1fc77c72bef62e1a2a63f6d920b12fe62a141;hb=2d740c711394834e5f01fbec1e961585c00e8dfd;hpb=1889dcbf7224138908ed0f266149f2c7a85c82c4;ds=sidebyside diff --git a/plot_scripts/plot_ts_graph_smartthings-plug_labeled b/plot_scripts/plot_ts_graph_smartthings-plug_labeled index 02a1fc7..2dda305 100644 --- a/plot_scripts/plot_ts_graph_smartthings-plug_labeled +++ b/plot_scripts/plot_ts_graph_smartthings-plug_labeled @@ -16,7 +16,7 @@ set xtics 50 set xtics rotate by 60 right set ytics auto set xlabel "Packet Timestamp (hh:mm:ss)" -set ylabel "Packet Size (bytes)" +set ylabel "Traffic Volume (bytes)" set xdata time set timefmt "%H:%M:%S" set xrange [:] @@ -46,7 +46,7 @@ set label "6-OFF" at "15:34:16", 4000 tc rgb "red" # eth1 set output './result/smartthings-plug_switch_eth1_timestamp_local_incoming_outgoing.pdf' set title "SmartThings Plug Switch Incoming/Outgoing Local Traffic (eth1)" -plot "./result/smartthings-plug_switch_eth1_local_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_local_outgoing.dat" using 1:2 with lines title "Outgoing" +plot "./result/smartthings-plug_switch_eth1_local_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_local_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing" # ************ # # ON/OFF LABEL # @@ -72,6 +72,6 @@ set label "6-OFF" at "15:50:42", 1000 tc rgb "red" # eth1 set output './result/smartthings-plug_switch_eth1_timestamp_remote_incoming_outgoing.pdf' set title "SmartThings Plug Switch Incoming/Outgoing Remote Traffic (eth1)" -plot "./result/smartthings-plug_switch_eth1_remote_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_remote_outgoing.dat" using 1:2 with lines title "Outgoing" +plot "./result/smartthings-plug_switch_eth1_remote_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_remote_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"