Re: [PyMOL] direction vectors
* Tommy Wang [2002-05-10 19:52] wrote: > How do I view the direction vectors i.e. x,y,z in pymol? > This is how I would do it. Create a python script (I call it axes.py): # axes.py from pymol.cgo import * from pymol import cmd from pymol.vfont import plain # create the axes object, draw axes
[PyMOL] direction vectors
How do I view the direction vectors i.e. x,y,z in pymol? tommy wang