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 …')
 
Line 16: Line 16:
  
 
[[Category:Settings]]
 
[[Category:Settings]]
 +
[[Category:Labeling|Label distance digits]]

Revision as of 23:02, 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