-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexc_density.gp
More file actions
84 lines (41 loc) · 1.91 KB
/
exc_density.gp
File metadata and controls
84 lines (41 loc) · 1.91 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
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
set terminal pngcairo color size 1500,1000
set palette rgbformulae 33,13,10 negative
unset key
set ylabel "k_{y} (Å^{-1})" font "Times-Roman,20" offset -1,0
set xlabel "k_{x} (Å^{-1})" font "Times-Roman,20" offset 0,-1
#set yrange[-1.5:1.5]
#set yrange[0:20]
#set xrange[-1.5:1.5]
set lmargin 10
set rmargin 5
set bmargin 5
set cbrange[0:0.05]
set cbtics 0,0.01,0.05
set yrange[0:3.5]
set ytics 0,0.5,3.5
set xrange[0:2]
set xtics 0,0.5,2
set output 'exc_density.png'
set tics font "Times-Roman,20"
set multiplot layout 2,3
unset key
#########################################################################
set title '(a) Exciton 1 (1.65 eV)' font "Times-Roman,20"
plot './out/exc_den_1.dat' u 1:2:4 w points pointtype 7 ps 0.8 lw 2 palette t " "
#########################################################################
set title '(b) Exciton 2 (1.65 eV) ' font "Times-Roman,20"
plot './out/exc_den_2.dat' u 1:2:4 w points pointtype 7 ps 0.8 lw 2 palette t " "
#########################################################################
set title '(c) Exciton 3 (1.66 eV)' font "Times-Roman,20"
plot './out/exc_den_3.dat' u 1:2:4 w points pointtype 7 ps 0.8 lw 2 palette t " "
#########################################################################
set title '(d) Exciton 4 (1.66 eV) ' font "Times-Roman,20"
plot './out/exc_den_4.dat' u 1:2:4 w points pointtype 7 ps 0.8 lw 2 palette t " "
#########################################################################
set title '(e) Exciton 5 (1.82 eV) ' font "Times-Roman,20"
plot './out/exc_den_5.dat' u 1:2:4 w points pointtype 7 ps 0.8 lw 2 palette t " "
#########################################################################
set title '(f) Exciton 6 (1.82 eV)' font "Times-Roman,20"
plot './out/exc_den_6.dat' u 1:2:4 w points pointtype 7 ps 0.8 lw 2 palette t " "
#########################################################################
unset multiplot