Difference between revisions of "Cartoon ring mode"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
This setting affects how PyMol draws the bases in a nucleic acid representation.
+
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 ==
 
== 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>
 +
 +
Currently, there are 7 modes, numbered '''0''' through '''6'''.  See the illustrations below.
  
 
== Examples ==
 
== Examples ==
[[Image:Crm_0.png|thumb|Set to 0|left]]
+
<gallery>
[[Image:Crm_1.png|thumb|Set to 1|left]]
+
Image:Crm_0.png|Set to 0
[[Image:Crm_2.png|thumb|Set to 2|left]]
+
Image:Crm_1.png|Set to 1
[[Image:Crm_3.png|thumb|Set to 3|left]]
+
Image:Crm_2.png|Set to 2
[[Image:Crm_4.png|thumb|Set to 4|left]]
+
Image:Crm_3.png|Set to 3
[[Image:Crm_6.png|thumb|Set to 6|left]]
+
Image:Crm_4.png|Set to 4
 
+
Image:Crm_6.png|Set to 6
 
+
</gallery>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
== See Also ==
 
== See Also ==
 
[[Cartoon#Nucleic_Acid_Representation]]
 
[[Cartoon#Nucleic_Acid_Representation]]
 +
 +
[[Category:Settings|Cartoon ring mode]]
 +
[[Category:Nucleic_Acids|Cartoon ring mode]]

Latest revision as of 17:16, 2 November 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

Currently, there are 7 modes, numbered 0 through 6. See the illustrations below.

Examples

See Also

Cartoon#Nucleic_Acid_Representation