-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgnuplotscriptCwnd
More file actions
45 lines (41 loc) · 1.37 KB
/
gnuplotscriptCwnd
File metadata and controls
45 lines (41 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
set xrange [2:10]
set yrange [0:100]
set terminal pngcairo enhanced color lw 2 size 800,600 font 'Arial-Bold'
set output "CwndA.png"
set xlabel "Time (sec)" font "Verdana"
set ylabel "Cwnd (Packets)" font "Verdana"
set key outside;
set key right top;
plot "A.plotme" title "A" with lines lw 1.5
set yrange [0:100]
set terminal pngcairo enhanced color lw 2 size 800,600 font 'Arial-Bold'
set output "CwndB.png"
set xlabel "Time (sec)" font "Verdana"
set ylabel "Cwnd (Packets)" font "Verdana"
set key outside;
set key right top;
plot "B.plotme" title "B" with lines lw 1.5
set yrange [0:100]
set terminal pngcairo enhanced color lw 2 size 800,600 font 'Arial-Bold'
set output "CwndC.png"
set xlabel "Time (sec)" font "Verdana"
set ylabel "Cwnd (Packets)" font "Verdana"
set key outside;
set key right top;
plot "C.plotme" title "C" with lines lw 1.5
set yrange [0:100]
set terminal pngcairo enhanced color lw 2 size 800,600 font 'Arial-Bold'
set output "CwndD.png"
set xlabel "Time (sec)" font "Verdana"
set ylabel "Cwnd (Packets)" font "Verdana"
set key outside;
set key right top;
plot "D.plotme" title "D" with lines lw 1.5
set yrange [0:100]
set terminal pngcairo enhanced color lw 2 size 800,600 font 'Arial-Bold'
set output "CwndE.png"
set xlabel "Time (sec)" font "Verdana"
set ylabel "Cwnd (Packets)" font "Verdana"
set key outside;
set key right top;
plot "E.plotme" title "E" with lines lw 1.5