This is a read-only mirror of pymolwiki.org
Difference between revisions of "Dash length"
Jump to navigation
Jump to search
m (1 revision) |
|||
Line 1: | Line 1: | ||
− | = Overview = | + | == Overview == |
− | + | Sets the length of dashes in labels. | |
+ | == Syntax == | ||
+ | <source lang="python"> | ||
+ | set dash_length, 0.3500 # make longer dashes | ||
+ | </source> | ||
+ | |||
+ | == Examples == | ||
<gallery> | <gallery> | ||
− | Image: | + | Image:Dashes3500.png|Dash Length set to 0.1500 |
− | Image: | + | Image:Dl3500.png|Dash Length set to 0.3500 |
− | |||
− | |||
</gallery> | </gallery> | ||
− | = | + | == See also == |
− | + | [[Dash Radius]], [[Dash Width]], [[Dash Gap]], [[Dash Round Ends]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | ||
− | [[Category: | + | [[Category:Settings]] |
Revision as of 21:48, 26 August 2015
Overview
Sets the length of dashes in labels.
Syntax
set dash_length, 0.3500 # make longer dashes