-
Notifications
You must be signed in to change notification settings - Fork 0
/
plot.gp
43 lines (40 loc) · 1000 Bytes
/
plot.gp
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
reset
set pm3d map
set terminal postscript eps enhanced color
set output "BLF_diff.eps"
#set key bottom right
set cbrange[0:0.3]
set xlabel 'BLF 1'
set ylabel 'BLF 2'
splot "gamma_1_3.dat" u 1:2:($4-$3) title 'BLF(approx.) - BLF(exact)'
set term wxt
reset
set pm3d map
set terminal postscript eps enhanced color
set output "Efficiency.eps"
set cbrange[0:0.3]
#set key bottom right
set xlabel 'BLF 1'
set ylabel 'BLF 2'
splot "gamma_1_3.dat" u 1:2:5 title 'Efficieny'
set term wxt
reset
set pm3d map
set terminal postscript eps enhanced color
set output "Efficiency_diff.eps"
#set key bottom right
set cbrange[0:0.14]
set xlabel 'BLF 1'
set ylabel 'BLF 2'
splot "gamma_1_3.dat" u 1:2:($5-$6) title 'Efficieny(exact) - Efficiency(approx.)'
set term wxt
reset
set pm3d map
set terminal postscript eps enhanced color
set output "Efficiency_1075_113.eps"
#set key bottom right
set cbrange[0:0.0018]
set xlabel 'BLF 1'
set ylabel 'BLF 2'
splot "gamma_1075_113.dat" u 1:2:5 title 'Efficieny'
set term wxt