source: tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.pyx@ 88bb6b

Last change on this file since 88bb6b was 878044, checked in by Frederik Heber <heber@…>, 15 years ago

Added (simple) regression tests for joiner and analyzer for heptan.

  • Property mode set to 100644
File size: 333 bytes
Line 
1reset
2set keycolumns 1
3set key outside
4set mxtics 1
5set xtics 1
6set logscale
7
8set xlabel 'bond order k'
9set ylabel 'approximate energy [Ht]'
10set terminal eps color
11set output 'Energies-Order.eps'
12plot [1:4] \
13'Energies-Order.dat' title '' using 1:3 with linespoints, \
14'Energies-Order.dat' title 'Total' using 1:4 with linespoints
Note: See TracBrowser for help on using the repository browser.