Dash length: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = This setting controls the length of dashes (often seen when using distances). <gallery> Image:DL0_10.png|dash_length set to 0.10 Image:DL0_15.png|dash_length set to 0.15 Imag...)
 
No edit summary
 
Line 1: Line 1:
= Overview =
== Overview ==
This setting controls the length of dashes (often seen when using distances).
Sets the length of dashes in labels.


== Syntax ==
<source lang="python">
set dash_length, 0.3500 # make longer dashes
</source>
== Examples ==
<gallery>
<gallery>
Image:DL0_10.png|dash_length set to 0.10
Image:Dashes3500.png|Dash Length set to 0.1500
Image:DL0_15.png|dash_length set to 0.15
Image:Dl3500.png|Dash Length set to 0.3500
Image:DL0_50.png|dash_length set to 0.50
Image:DL4.png|dash_length set to 4.0
</gallery>
</gallery>


= Syntax =
== See also ==
<source lang="python">
[[Dash Radius]], [[Dash Width]], [[Dash Gap]], [[Dash Round Ends]]
# set dash_length to float
set dash_length, float
 
# for example
set dash_length, 0.50
</source>
 
= See Also =
[[Dash_gap]], [[Dash_width]]


[[Category:Dashes]]
[[Category:Settings]]

Latest revision as of 16:48, 26 August 2015

Overview

Sets the length of dashes in labels.

Syntax

set dash_length, 0.3500 # make longer dashes

Examples

See also

Dash Radius, Dash Width, Dash Gap, Dash Round Ends