Difference between revisions of "Label position"

From PyMOLWiki
Jump to navigation Jump to search
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 aangstrom(?) 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:Settings|Label position]]
 
[[Category:Labeling|Label position]]
 
[[Category:Labeling|Label position]]

Revision as of 07:49, 27 April 2009

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

example:

set label_position,(3,2,1)

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