Re: [PyMOL] Pymol issues for coloring ball and stick representation

2015-12-18 Thread Jame R . Ketudat-Cairns
?Hi Anurag, Try: set_bond stick_color, color, selection Where color is your color of choice and selection is the object for which you want to change the bond color. Best wishes, Jim From: ANURAG SANKHYAN Sent: Thursday, December 17, 2015 2:35 PM To: py

Re: [PyMOL] Pymol issues for coloring ball and stick representation

2015-12-18 Thread David Hall
set_bond stick_color, color, selection For more info on what is used to create the ball and stick preset, see: http://sourceforge.net/p/pymol/code/HEAD/tree/trunk/pymol/modules/pymol/preset.py#l144 -David > On Dec 17, 2015, at 2:35 AM, ANURAG SANKHYAN wrote: > > Dear all > > I am a user of

[PyMOL] Pymol issues for coloring ball and stick representation

2015-12-18 Thread ANURAG SANKHYAN
Dear all I am a user of PyMol using an academic version (free). I am trying to develop a 3D model for my protein-protein interactions. I have chosen a ball and stick preset representations. The problem is that I cannot get a single color for the stick and the ball for representing my molecule. Whi