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=8c11c0c9d4d0908e343075645d05c4059514b88b;hb=2d740c711394834e5f01fbec1e961585c00e8dfd;hpb=d82b62f74f5c5f4ed29bb776f664c6b2862ef257;ds=sidebyside diff --git a/plot_scripts/plot_ts_graph_smartthings-plug_labeled b/plot_scripts/plot_ts_graph_smartthings-plug_labeled index 8c11c0c..2dda305 100644 --- a/plot_scripts/plot_ts_graph_smartthings-plug_labeled +++ b/plot_scripts/plot_ts_graph_smartthings-plug_labeled @@ -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"