Adding hue bulb into signature generation only since its signature is unique.
[pingpong.git] / plot_scripts / plot_ts_graph_tplink_labeled
index 57223678a0f4f97ba65a771c37885cf2f22d12a0..28c809db7ac5865f449ee7d55b6b231f27117c9c 100644 (file)
@@ -45,7 +45,7 @@ set label "6-OFF" at "13:50:30", 7000 tc rgb "red"
 # wlan1
 set output './result/tplink_switch_wlan1_timestamp_local_incoming_outgoing.pdf'
 set title "TP-Link Switch Incoming/Outgoing Local Traffic (wlan1)"
-plot "./result/tplink_switch_wlan1_local_incoming.dat" using 1:2 with lines title "Incoming", "./result/tplink_switch_wlan1_local_outgoing.dat" using 1:2 with lines dt 4 title "Outgoing"
+plot "./result/tplink_switch_wlan1_local_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/tplink_switch_wlan1_local_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"
 
 # ************ #
 # ON/OFF LABEL #
@@ -70,5 +70,5 @@ set label "6-OFF" at "14:06:49", 7000 tc rgb "red"
 # wlan1
 set output './result/tplink_switch_wlan1_timestamp_remote_incoming_outgoing.pdf'
 set title "TP-Link Switch Incoming/Outgoing Remote Traffic (wlan1)"
-plot "./result/tplink_switch_wlan1_remote_incoming.dat" using 1:2 with lines title "Incoming", "./result/tplink_switch_wlan1_remote_outgoing.dat" using 1:2 with lines dt 4 title "Outgoing"
+plot "./result/tplink_switch_wlan1_remote_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/tplink_switch_wlan1_remote_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"