This is a read-only mirror of pymolwiki.org

Difference between revisions of "Label distance digits"

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

Revision as of 22:58, 23 August 2010

Overview

label_distance_digits sets the precision of distance labels

Usage

# set distance labels to display 2 decimals places to the right of the period
set label_distance_digits, 2

See Also