Dash round ends

From PyMOLWiki
Revision as of 21:33, 15 April 2009 by Inchoate (talk | contribs) (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' ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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