Dash width: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = PyMOL has great control over its representation of dashes. You can use the default Dash_width, or <galler> Image:DashWidthEx.jpg|dash_width increasing from 1 to 9. = Syn...)
 
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Overview =
= Overview =
PyMOL has great control over its representation of dashes.  You can use the default [[Dash_width]], or
PyMOL has great control over its representation of dashes.  You can use the default [[Dash_width]], or
<galler>
 
<gallery>
Image:DashWidthEx.jpg|dash_width increasing from 1 to 9.
Image:DashWidthEx.jpg|dash_width increasing from 1 to 9.
</gallery>


= Syntax =
= Syntax =
<source lang="python">
<source lang="python">
# set dash_width to some positive value
# set dash_width to some positive value, default value 2.5
set dash_width, float
set dash_width, float


Line 14: Line 16:


= See Also =
= See Also =
[[Dash_gap]], [[Label]]
[[Dash Radius]], [[Dash Gap]], [[Dash Length]], [[Dash Round Ends]]
 
[[Category:Dashes]]

Latest revision as of 18:23, 2 July 2015

Overview

PyMOL has great control over its representation of dashes. You can use the default Dash_width, or

Syntax

# set dash_width to some positive value, default value 2.5
set dash_width, float

# for example,
set dash_width, 4

See Also

Dash Radius, Dash Gap, Dash Length, Dash Round Ends