source: tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.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: 302 bytes
Line 
1reset
2set keycolumns 5
3set key below
4set mxtics 1
5set xtics 5
6set logscale y
7
8set xlabel 'fragment number'
9set ylabel 'Energies of each fragment [Ht]'
10set terminal eps color
11set output 'Energies-Fragment.eps'
12plot [0:23] [1e-13:39.9767] \
13'Energies-Fragment.dat' title '' using 2:(abs($4)) with points
Note: See TracBrowser for help on using the repository browser.