Difference between revisions of "Cartoon transparency"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 4: Line 4:
 
== Syntax ==
 
== Syntax ==
 
<source lang="python">
 
<source lang="python">
set cartoon_transparency, 0.5, selection  # 50% transparent, the selection is optional
+
set cartoon_transparency, 0.5, "selection" # 50% transparent, the selection is optional
 
</source>
 
</source>
 
Valid values range from 0.0 - 1.0
 
Valid values range from 0.0 - 1.0

Revision as of 21:51, 13 May 2008

Overview

This setting changes the transparency of the cartoon representation.

Syntax

set cartoon_transparency, 0.5, "selection"  # 50% transparent, the selection is optional

Valid values range from 0.0 - 1.0

Examples

See Also

cartoon