[PyMOL] Independent Zooming in Grid Mode

2011-01-26 Thread Sean Law
Hi PyMOLers, I was wondering if anybody had a solution for independent when using grid_mode=on. I want to be able to show, side-by-side, the same structure where one structure is zoomed in on a specific part on the biomolecule and the other object is zoomed out (viewing the entire molecule).

[PyMOL] set sphere_scale question

2011-01-26 Thread Bradley Hintze
Hi all, I have a question regarding the changing of sphere size in a PyMOL API. When I use the command as presented on the PyMOLwiki, namely: cmd.set (sphere_scale, size=1, selection='', state=0, updates=1, log=0, quiet=1) I get an error saying set() got an unexpected keyword argument 'size'

Re: [PyMOL] set sphere_scale question

2011-01-26 Thread Tsjerk Wassenaar
Hi Bradley, The first argument is the setting, which is a string, and the second is the value for that setting, which is also a string, to be interpreted according to the setting. Actually, for sphere_scale it's also not size, but a multiplication factor to the size. Hope it helps, Tsjerk On

Re: [PyMOL] set sphere_scale question

2011-01-26 Thread Robert Campbell
On Wed, 26 Jan 2011 10:13:25 -0500 Bradley Hintze bradle...@aggiemail.usu.edu wrote: Hi all, I have a question regarding the changing of sphere size in a PyMOL API. When I use the command as presented on the PyMOLwiki, namely: cmd.set (sphere_scale, size=1, selection='', state=0,