Difference between revisions of "Cartoon ring mode"

From PyMOLWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
== Syntax ==
 
== Syntax ==
 
<source lang="python">
 
<source lang="python">
set cartoon_ring_mode, 3  # try other natural numbers
+
# try other natural numbers
 +
set cartoon_ring_mode, 3
 
</source>
 
</source>
  

Revision as of 16:06, 4 March 2007

Overview

PyMOL provides a variety of representations for illustrating nucleic acid structures. This setting, ring_mode, affects how PyMol draws the bases in a nucleic acid representation.

Syntax

# try other natural numbers
set cartoon_ring_mode, 3

Examples

See Also

Cartoon#Nucleic_Acid_Representation