Difference between revisions of "Line width"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 27: Line 27:
 
* [[Set]]
 
* [[Set]]
 
* [[Set_bond]]
 
* [[Set_bond]]
 +
 +
[[Category:Settings]]

Latest revision as of 16:17, 6 July 2009

Overview

Controls the width that PyMOL draws lines.

Sytnax

# set line width
set line_width, value

# set line_width to value for object or selection, objSel
set_bond line_width, value, objSel

# Example
load $TUT/1hpv.pdb
as lines
set line_width, 10

# or on a bond-by-bond basis,
set_bond line_width, 7, i. 20-30

See Also