source: tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.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: 378 bytes
Line 
1reset
2set keycolumns 5
3set key below
4set mxtics 1
5set xtics 1
6set logscale y
7set boxwidth 0.2
8set xlabel 'bond order'
9set ylabel 'minimum of approximated forces [Ht/a.u.]'
10set terminal eps color
11set output 'MinForces-FragmentOrder.eps'
12plot [1:4] [1e-13:137.933] \
13'MinForces-FragmentOrder.dat' title 'Pos1' using ($1+0.0):(sqrt($8*$8+$9*$9+$10*$10)) with boxes fillcolor black
Note: See TracBrowser for help on using the repository browser.