Difference between revisions of "Cartoon nucleic acid color"

From PyMOLWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
== Syntax ==
 
== Syntax ==
 
<source lang="python">
 
<source lang="python">
set cartoon_nucleic_acid_color, red  # set the sugar bb to red
+
# set the sugar bb to red
 +
set cartoon_nucleic_acid_color, red
 
</source>
 
</source>
  

Revision as of 19:58, 26 February 2007

Overview

This setting determines the color of the sugar bb, when in nucleic acid mode.

Syntax

# set the sugar bb to red
set cartoon_nucleic_acid_color, red

Examples

See Also

Cartoon#Nucleic_Acid_Representation