Scripts for VPN experiments.
[pingpong.git] / plot_scripts / plot_ts_graph_tplink_labeled
index e9af2d7597c36c244660af3beb7f7a8f14dbedd0..28c809db7ac5865f449ee7d55b6b231f27117c9c 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 "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"