X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=plot_scripts%2Fplot_ts_graph_wemo_labeled;h=a0f522a7194e2086e725ec96185f1a0ba8acef7f;hp=d5f4fde278e44a77261784b424a3b481236914f8;hb=b160880bf9d2a6cca47bcc06c63680f75073a6f4;hpb=d82b62f74f5c5f4ed29bb776f664c6b2862ef257 diff --git a/plot_scripts/plot_ts_graph_wemo_labeled b/plot_scripts/plot_ts_graph_wemo_labeled index d5f4fde..a0f522a 100644 --- a/plot_scripts/plot_ts_graph_wemo_labeled +++ b/plot_scripts/plot_ts_graph_wemo_labeled @@ -39,7 +39,7 @@ set label "3-OFF" at "11:15:17", 50000 tc rgb "red" # wlan1 set output './result/wemo_switch_wlan1_timestamp_local_incoming_outgoing.pdf' set title "WeMo Switch Incoming/Outgoing Local Traffic (wlan1)" -plot "./result/wemo_switch_wlan1_local_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/wemo_switch_wlan1_local_outgoing.dat" using 1:2 with lines title "Outgoing" +plot "./result/wemo_switch_wlan1_local_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/wemo_switch_wlan1_local_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing" # ************ # # ON/OFF LABEL # @@ -58,6 +58,6 @@ set label "3-OFF" at "11:26:55", 50000 tc rgb "blue" # wlan1 set output './result/wemo_switch_wlan1_timestamp_remote_incoming_outgoing.pdf' set title "WeMo Switch Incoming/Outgoing Remote Traffic (wlan1)" -plot "./result/wemo_switch_wlan1_remote_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/wemo_switch_wlan1_remote_outgoing.dat" using 1:2 with lines title "Outgoing" +plot "./result/wemo_switch_wlan1_remote_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/wemo_switch_wlan1_remote_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"