Difference between revisions of "Label position"

From PyMOLWiki
Jump to navigation Jump to search
 
m (replaced spelling of aangstrom(?) with Å)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
example:
 
example:
 +
<source lang="python">
 
set label_position,(3,2,1)
 
set label_position,(3,2,1)
 +
</source>
  
Offsets the labels 3 aangstrom(?) in X, 2 in Y and 1 in Z, relative to the viewport. Can be usefull if spheres needs labeling
+
Offsets the labels 3 Å in X, 2 in Y and 1 in Z, relative to the [[Viewport]]. Can be useful if [[spheres]] needs [[label]]ing
 +
 
 +
[[Category:Settings|Label position]]
 +
[[Category:Labeling|Label position]]

Latest revision as of 11:59, 17 June 2010

label_position sets the offset of the label relative to the atomic position.

example:

set label_position,(3,2,1)

Offsets the labels 3 Å in X, 2 in Y and 1 in Z, relative to the Viewport. Can be useful if spheres needs labeling