-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathmerge-p-log.gplot
157 lines (138 loc) · 5.73 KB
/
merge-p-log.gplot
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# set term png small color
set xrange [0:235]
#################################################
#
set term png
#set out 'r12-p-sparsity.png'
set term postscript eps enhanced color 20
set out 'r12-p-sparsity.eps'
set key left top
set title "Sparsity vs. Time (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "Sparsity, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:10 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:10 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:10 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:10 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-entropy.png'
set term postscript eps enhanced color 20
set out 'r12-p-entropy.eps'
set key right top
set title "MM^T Entropy vs. Time (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "MM^T Entropy, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:11 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:11 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:11 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:11 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-ranked-mi.png'
set term postscript eps enhanced color 20
set out 'r12-p-ranked-mi.eps'
set key right top
set title "Ranked-MI of top-ranked pair (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "Ranked-MI, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:12 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:12 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:12 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:12 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-mmtq.png'
set term postscript eps enhanced color 20
set out 'r12-p-mmtq.eps'
set key right top
set title "MM^T-Q vs. Time (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "MM^T-Q, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:14 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:14 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:14 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:14 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-plain-mi.png'
set term postscript eps enhanced color 20
set out 'r12-p-plain-mi.eps'
set key right top
set title "MI of top-ranked pair (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "MI, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:13 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:13 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:13 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:13 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-left-dj-entropy.png'
set term postscript eps enhanced color 20
set out 'r12-p-left-dj-entropy.eps'
set key right top
set title "Marginal Disjunct Entropy (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "Entropy, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:7 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:7 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:7 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:7 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-right-dj-entropy.png'
set term postscript eps enhanced color 20
set out 'r12-p-right-dj-entropy.eps'
set key right top
set title "Marginal Word Entropy (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "Entropy, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:8 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:8 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:8 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:8 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-word-dj-entropy.png'
set term postscript eps enhanced color 20
set out 'r12-p-word-dj-entropy.eps'
set key right top
set title "Total Word+Disjunct Entropy (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "Entropy, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:9 with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:9 with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:9 with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:9 with lines lw 2 title "q=0.6 n=4"
#################################################
#
set term png
# set out 'r12-p-word-dj-mi.png'
set term postscript eps enhanced color 20
set out 'r12-p-word-dj-mi.eps'
set key right bottom
set title "Total Word+Disjunct MI (run-12; precise)"
set xlabel "Merge ordinal"
set ylabel "MI, in bits"
unset yrange
plot "r12-p-log-q0.8-c0.2-n1.dat" using 1:($7+$8-$9) with lines lw 2 title "q=0.8 n=1", \
"r12-p-log-q0.8-c0.2-n4.dat" using 1:($7+$8-$9) with lines lw 2 title "q=0.8 n=4", \
"r12-p-log-q0.7-c0.2-n4.dat" using 1:($7+$8-$9) with lines lw 2 title "q=0.7 n=4", \
"r12-p-log-q0.6-c0.2-n4.dat" using 1:($7+$8-$9) with lines lw 2 title "q=0.6 n=4"
#################################################