- 1.7
- 1.6
- 1.5
- Beta
- Examples (for 1.6a)
- Misc
Add and remove atom labels.
Syntax:
void label( | type); |
string | type; |
Adds the specified label to each atom in the current selection. Valid types are listed in Label Types.
For example:
label("element");adds element labels to the current atom selection.

