mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
gnuplot option
"set data style" is now " set style data"
This commit is contained in:
parent
71ef85c8e2
commit
6abe7e2813
1 changed files with 2 additions and 2 deletions
|
|
@ -62,14 +62,14 @@ python
|
|||
g.xlabel('Out-of-plane angle')
|
||||
g.ylabel('Energy')
|
||||
g.title('Inversion of NH3 - Energy vs. angle')
|
||||
g('set data style linespoints')
|
||||
g('set style data linespoints')
|
||||
g('set xrange [-25:25]')
|
||||
|
||||
gr = Gnuplot.Gnuplot()
|
||||
gr.xlabel('Out-of-plane angle')
|
||||
gr.ylabel('Bond')
|
||||
gr.title('Inversion of NH3 - Bond-length vs. angle')
|
||||
gr('set data style linespoints')
|
||||
gr('set style data linespoints')
|
||||
gr('set xrange [-25:25]')
|
||||
|
||||
# Generate points in a visually interesting order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue