Skip to content

Commit

Permalink
update gnuplot file
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed May 28, 2019
1 parent 0c26f6f commit d57e11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/dsqss/lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,3 +552,4 @@ def write_gnuplot(self, filename):
f.write('$SITES_{0} w p pt {1} ps 2 t "" , \\\n'.format(st, st + 4))
for bt in range(self.nitypes):
f.write('$BONDS_{0} w l lw 2 lt {1} t "" , \\\n'.format(bt, bt + 1))
f.write('pause -1\n')

0 comments on commit d57e11d

Please sign in to comment.