Re: [PyMOL] different stick_radius for different residues

2004-02-04 Thread Dr. S. Frank Yan
Thanks a lot! I have a another question. Is there way to define a group of residues which are not linked to each other. I tried create forst2, (resi 1 and resi 32 and resi 356) but it doesn't work. Thanks, Frank --- Morri Feldman mfeld...@itsa.ucsf.edu wrote: Dear Frank, try:

RE: [PyMOL] different stick_radius for different residues

2004-02-04 Thread Warren DeLano
, 2004 7:47 PM To: Morri Feldman Cc: pymol-users@lists.sourceforge.net Subject: Re: [PyMOL] different stick_radius for different residues Thanks a lot! I have a another question. Is there way to define a group of residues which are not linked to each other. I tried create forst2, (resi

[PyMOL] different stick_radius for different residues

2004-02-03 Thread Dr. S. Frank Yan
Hi, I was wondering if Pymol is capable of setting different stick thickness for different residues of a molecule. I tried set stick_radius=0.25 show sticks, resi 1-2 set stick_radius=0.1 show sticks, resi 12-15 It appears that the stick_radius variable is global, and it changes the thickness

Re: [PyMOL] different stick_radius for different residues

2004-02-03 Thread Morri Feldman
Dear Frank, try: create forSticks1, resi 1-2 show sticks, forSticks1 set stick_radius, .25, forSticks1 create forSticks2, resi 12-15 show sticks, forSticks2 set stick_radius, .1, forSticks2 By using create, you create a new named object with its own settings database. The new object's