Difference between revisions of "Dash round ends"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = This setting determines if PyMOL draws the ends of the gaps as flat or rounded. The default is set to 'off'. = Syntax = <source lang="python"> # set dash_round_ends to 'on' ...)
 
(No difference)

Latest revision as of 21:33, 15 April 2009

Overview

This setting determines if PyMOL draws the ends of the gaps as flat or rounded. The default is set to 'off'.

Syntax

# set dash_round_ends to 'on' or 'off'.
set dash_round_ends, boolean

# for example round the dash ends
set dash_round_ends, on

# set flat ends on
set dash_round_ends, off

See Also

Label