Add some legends to C++ tool output.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 24 Aug 2013 17:41:29 +0000 (20:41 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 9 Sep 2013 11:42:37 +0000 (13:42 +0200)
commit23ada46dfdafa33cbdde413e95401efc5f6cfe3f
tree8f966eee255a47feeba2e2a6394ba35c3897075d
parent686b704f83689161761b5e0f5e983dee03e04bca
Add some legends to C++ tool output.

Mostly add the selection name as legend for those plots where there is
one or two columns per selection.  The complex legend logic from g_bond
is still missing, since it is not clear how to best represent a generic
selection position as a short string.

Change-Id: I41b3b62a2e40f024e8c9c0b5be50e573881b5d7a
src/gromacs/analysisdata/modules/plot.cpp
src/gromacs/analysisdata/modules/plot.h
src/gromacs/trajectoryanalysis/modules/angle.cpp
src/gromacs/trajectoryanalysis/modules/distance.cpp
src/gromacs/trajectoryanalysis/modules/select.cpp