Deleting unwanted scripts and checking in relevant ones.
[pingpong.git] / plot_scripts / plot_ts_graph_dlink_labeled
index 84f75da87494957f50b203f9764ad6d05d77971d..7f865cca4144d74b4b28fc17e412b6252f882da1 100644 (file)
@@ -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 [:]
@@ -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"