Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed May 20, 2024
1 parent c18c746 commit 85f97f4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions examples/Haldane_model/bulkek_plane.gnu0
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
set encoding iso_8859_1
#set terminal postscript enhanced color
#set output 'bulkek_plane.eps'
set terminal png truecolor enhanced size 1920, 1680 font ",36"
set output 'bulkek_plane.png'
set palette rgbformulae 33,13,10
unset key
set pm3d
set origin 0.2, 0
set size 0.8, 1
set border lw 3
#set xtics font ",24"
#set ytics font ",24"
set size ratio -1
set ticslevel 0
unset xtics
unset ytics
set view 80,60
set xlabel "k_1"
set ylabel "k_2"
set zlabel "Energy (eV)" rotate by 90
unset colorbox
set autoscale fix
set pm3d interpolate 4,4
splot 'bulkek_plane.dat' u 4:5:7 w pm3d, \
'bulkek_plane.dat' u 4:5:8 w pm3d

0 comments on commit 85f97f4

Please sign in to comment.