phase.gp: Add gnuplot script and rules to build a phase-space plot
authorW. Trevor King <wking@tremily.us>
Wed, 13 Feb 2013 01:47:32 +0000 (20:47 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 13 Feb 2013 01:50:39 +0000 (20:50 -0500)
commit733897453056a041b2f0759342245b65d6843046
treeeefc32c9a35a1d46581f79f99ceb4bd89999163b
parentd9db6719865039f3a28b1582f9eec741f8f1a301
phase.gp: Add gnuplot script and rules to build a phase-space plot

In phase.gp, I use a for loop to iterate over data block (in this
case, each trajectory is in its own block).  This gives you nice
per-block colors, but means you'll have to update the loop if you
change the number of energies you're looping over.
Makefile
phase.gp [new file with mode: 0644]