Hi all,
 
There is a beautiful ball-and-stick image on pymol-wiki that I am trying
to replicate (http://www.pymolwiki.org/index.php/Ball_and_Stick).
 
The wiki image has grey bonds and light blue balls for carbon, dark blue
for nitrogen, and red balls for oxygen.  My problem is that all my bonds
and balls are the same color, and I can't figure out how to make the
bonds a grey color, distinct from the atom ball colors.  And I'm trying
to script this.
 
Part of my current script is below.  I'm superimposing three molecules,
and showing sidechain atoms for three residues (which are Args).  The
carbons from each molecule I want to be distinct colors, but I want the
bonds in all to be grey.  The ball-and-stick is displaying nicely, I
just don't know how to color the thing.  I suspect my problem is from
earlier commands in coloring the whole molecule, and the selections
below are showing these same colors.
 
--------------- what I'm currently doing ------------
 
select ec_RR, resi 191-192+208 and eccdtb
select hd_RR, resi 249-250+232 and 1sr4b
select aa_RR, resi 249-250+232 and aacdtb
 
cmd.show("sticks","ec_RR+hd_RR+aa_RR")
cmd.show("spheres","ec_RR+hd_RR+aa_RR")
set stick_radius=0.2
set sphere_scale=0.25
----------------end-----------------
 
Hope this is clear,
Marilyn
 
Marilyn D. Yoder
Division of Cell Biology and Biophysics
University of Missouri-Kansas City
5007 Rockhill Rd.
Kansas City, MO  64110-2499
phone: 816-235-1986
fax: 816-235-1503
 

Reply via email to