Next: color
Up: Controlling VMD from Python
Previous: animate
Contents
Index
axes
Python operations available from the axes module, used to
change where the axes are displayed in the graphics window.
- OFF, ORIGIN, LOWERLEFT, LOWERRIGHT, UPPERLEFT, UPPERRIGHT:
String constants defined in the axes module for setting the
location of the axes.
- get_location():
Returns a string object corresonding the current location of the axes.
- set_location(location):
Set the location of the axes, using one of constants defined in the
module.
vmd@ks.uiuc.edu