From: Charles Moad (cmoad_at_indiana.edu)
Date: Sun Apr 10 2005 - 19:13:31 CDT

What is the correct way to draw a graphics object in a pdb's coordinate
system in python? I tried:

trans.set_center(cgo, trans.get_center(mid))
trans.set_scale(cgo, trans.get_scale(mid))

Where cgo is the id of the graphics object, and mid is the molecule's id.

This does not appear correct.

Thanks,
        Charlie