Hi Jay,
Do you mean you want to draw a sphere at some specific point? Or is
there more to it? A sphere could be drawn in two ways. You could use
CGOs for that:
from pymol.cgo import *
cmd.load_cgo([SPHERE,x,y,z,r,R,G,B],"sphere"])
substituting x, y, and z for the coordinates of the center, r for
Hi all,
I am using pymol to monitor the structure evolution of one protein which could
be bound to some fixed points on a spherical surface. However, I have no idea
about how to incorporate these active points in pymol. Any suggestion is
welcome. Thanks in advance.
Cheers,
Jay