source: tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-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: 324 bytes
RevLine 
[878044]1reset
2set keycolumns 2
3set key bottom right
4set mxtics 1
5set xtics 1
6set logscale y
7
8set xlabel 'bond order k'
9set ylabel 'absolute approximated max force [Ht/a.u.]'
10set terminal eps color
11set output 'MaxForces-Order.eps'
12plot [1:4] \
13'MaxForces-Order.dat' title 'Pos1' using 1:(sqrt($8*$8+$9*$9+$10*$10)) with linespoints
Note: See TracBrowser for help on using the repository browser.