Skip to content

Commit

Permalink
Change potential_plot gnu files, format ps --> pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
naotohori committed Feb 14, 2023
1 parent e305dbc commit 73112b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.o
*.mod
build/
.DS_Store
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set term postscript color 20 lw 4 solid
set out 'angl.ps'
set term pdfcairo color solid font "Arial, 12" lw 2
set out 'angle.pdf'

#kr = 10.0
t0 = 2.643
Expand All @@ -8,7 +8,7 @@ set grid
set xr [0:pi]
set yr [0:4]

set yl 'U_{angl} / kcal/mol'
set yl 'U_{angle} / kcal/mol'
set xl 'theta'

set key bottom left
Expand Down
4 changes: 2 additions & 2 deletions utils/potential_plot/bond.gnu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set term postscript color 20 lw 4 solid
set out 'bond.ps'
set term pdfcairo color solid font "Arial, 12" lw 2
set out 'bond.pdf'

#kr = 15.0
r0 = 5.84
Expand Down
4 changes: 2 additions & 2 deletions utils/potential_plot/stage.gnu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set term postscript color 20 lw 4 solid
set out 'stage.ps'
set term pdfcairo color solid font "Arial, 12" lw 2
set out 'stage.pdf'

set grid
set xr [5:20]
Expand Down

0 comments on commit 73112b0

Please sign in to comment.