From: Brandon Hespenheide <[EMAIL PROTECTED]>
color bonds not atoms
2005-05-23 21:44

Brandon, be sure to specify both atoms explicitly:

set bondmode AND;
select atomno=3 or atomno=4;
color BONDS green;
select atomno=4 or atomno=5;
color BONDS blue;

or, if you have lots of atoms:

set bondmode AND;
select atomno>3 and atomno<10 or atomno>20 and atomno<35;
color BONDS white;

In this way you can have as many colors of bonds as you like to
a single atom. Just specify all the atoms of the set that terminate the bonds, then color BONDS.

--
Robert M. Hanson, [EMAIL PROTECTED], 507-646-3107
Professor of Chemistry, St. Olaf College 1520 St. Olaf Ave., Northfield, MN 
55057
mailto:[EMAIL PROTECTED] http://www.stolaf.edu/people/hansonr




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to