Ribbon width: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(New page: Ribbon width)
 
No edit summary
Line 1: Line 1:
== Overview ==
[[Ribbon_width]] sets the width of the ribbons in the [[ribbon]] representation.
== 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]]

Revision as of 11:08, 20 October 2008

Overview

Ribbon_width sets the width of the ribbons in the ribbon representation.

Syntax

# set ribbon width
set ribbon_width, val

Examples

# fat ribbons
set ribbon_width, 8