Difference between revisions of "Ribbon width"

From PyMOLWiki
Jump to navigation Jump to search
(New page: Ribbon width)
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
== Overview ==
 +
[[Ribbon_width]] sets the width of the ribbons in the [[ribbon]] representation. Default is 3.
 +
 +
== Syntax ==
 +
<source  lang="python">
 +
# set ribbon width
 +
set ribbon_width, val
 +
</source>
 +
 +
== Examples==
 +
<source  lang="python">
 +
# fat ribbons
 +
set ribbon_width, 8
 +
</source>
 +
 +
<gallery>
 +
Image:rw1.png|ribbon_width, 0.5
 +
Image:rw2.png|ribbon_width, 2
 +
Image:rw3.png|ribbon_width, 8
 +
</gallery>
 +
 
[[Category:Settings|Ribbon width]]
 
[[Category:Settings|Ribbon width]]

Latest revision as of 08:14, 30 September 2010

Overview

Ribbon_width sets the width of the ribbons in the ribbon representation. Default is 3.

Syntax

# set ribbon width
set ribbon_width, val

Examples

# fat ribbons
set ribbon_width, 8