Scripts for VPN experiments.
[pingpong.git] / plot_scripts / plot_ts_graph_wemo_labeled
index 26d02e240020ecbf217d0e1604517d2d7feed9d0..a0f522a7194e2086e725ec96185f1a0ba8acef7f 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 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 [:]
 set xdata time
 set timefmt "%H:%M:%S"
 set xrange [:]
@@ -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)"
 # 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 #
 
 # ************ #
 # 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)"
 # 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"