This is a read-only mirror of pymolwiki.org

Difference between revisions of "Label angle digits"

From PyMOL Wiki
Jump to navigation Jump to search
(Created page with '= Overview = label_angle_digits sets the precision of angle labels = Usage = <source lang="python"> # set angle labels to display 2 decimals places to the right of the perio…')
 
m (1 revision)
 
(No difference)

Latest revision as of 01:47, 28 March 2014

Overview

label_angle_digits sets the precision of angle labels

Usage

# set angle labels to display 2 decimals places to the right of the period
set label_angle_digits, 2

See Also