Next: light
Up: Tcl Text Commands
Previous: imd
  Contents
  Index
Turn on or off labels for the four categories: atoms, bonds, angles,
or dihedral angles. Once a label is created (given the list of
associated atoms) it can be turned on or off until it is deleted. Also, the
value of the label over the trajectory can be saved to a file and
viewed with an external program such as xmgr. In the following,
category implies one of [Atoms|Bonds|Angles|Dihedrals].
- list: Return a list of available categories.
- list category: List all labels in the given category.
- add category molID1/atomID1 [
molID2/atomID2... ]: Add a
label involving the atom(s) atomID of the molecule molID to the
given category.
- show category < all | label_number >:
Turn on labels in the given category.
- hide category < all | label_number >:
Turn off labels in the given category.
- delete category < all |label_number>:
Delete labels in the given category.
- graph category label_number [command]:
Show a graph of a label from the given category. The data will be written
to a temporary file, and the specified command will be run to graph the data.
%s in the command string will be replaced by the temporary filename.
Next: light
Up: Tcl Text Commands
Previous: imd
  Contents
  Index
vmd@ks.uiuc.edu