> I was wondering if there is a way to color the bonds of the
> structure instead of the atoms.

The proper full syntax for the color command is

color <object> <color-value>

<object> can be

  atoms | bonds | ribbons | cartoons | vectors | axes ...

<object> defaults to 'atoms'.

Most other objects inherit the color of the associated principal atom if
they have not been given a specific color.

I encourage people to write scripts using the full command:

  color atoms dodgerBlue

rather than using the shortcut.

  color dodgerBlue

Including 'atoms' in the color specification makes the statement a bit
more explicit. And this provides value because future readers of your
scripting code will have a better understanding of the behavior of the
'color' command.


Miguel



-------------------------------------------------------
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