Updating coloring for graphs.
[pingpong.git] / plot_scripts / plot_ts_graph_dlink_labeled
index 121e2626f6b6dede3277ff70f62e15f7b4e397e8..7f865cca4144d74b4b28fc17e412b6252f882da1 100644 (file)
@@ -45,7 +45,7 @@ set label "6-OFF" at "15:19:33", 2000 tc rgb "red"
 # wlan1
 set output './result/dlink_switch_wlan1_timestamp_local_incoming_outgoing.pdf'
 set title "DLink Switch Incoming/Outgoing Local Traffic (wlan1)"
-plot "./result/dlink_switch_wlan1_local_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/dlink_switch_wlan1_local_outgoing.dat" using 1:2 with lines title "Outgoing"
+plot "./result/dlink_switch_wlan1_local_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/dlink_switch_wlan1_local_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"
 
 # ************ #
 # ON/OFF LABEL #
@@ -70,6 +70,6 @@ set label "6-OFF" at "15:36:15", 3000 tc rgb "red"
 # wlan1
 set output './result/dlink_switch_wlan1_timestamp_remote_incoming_outgoing.pdf'
 set title "DLink Switch Incoming Remote Traffic (wlan1)"
-plot "./result/dlink_switch_wlan1_remote_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/dlink_switch_wlan1_remote_outgoing.dat" using 1:2 with lines title "Outgoing"
+plot "./result/dlink_switch_wlan1_remote_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/dlink_switch_wlan1_remote_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"