From: Jason V. <jas...@sc...> - 2012-02-08 21:57:55
|
Christian, > I want label a few distances independently with my own labels. I set a label > in the form > label /wt//A/THR`254/CA, "10.0"+ u"\u00c5".encode('utf-8') > which I can move independently using the set label positio command. > If I incorporate a second label and try to change the position with the set > label command both labels ar affected. > With mouse clicks one could independently move every label. So I guess somehow > this must be possible using a script. So far I could not find something useful > for me in the Wiki. > Could anyone help me out here with the correct command or syntax for such > positionings. Currently this it is only possible using the mouse. Please file and RFE (http://sourceforge.net/tracker/?group_id=4546&atid=354546) and we'll get to it. Labels should be capable of being programmatically repositioned. Here's how I see it happening: # for the selected atom(s) set their label offsets: set label_position, [ -0.5, 1.2, -0.5 ], (sele) Cheers, -- Jason -- Jason Vertrees, PhD PyMOL Product Manager Schrodinger, LLC (e) Jas...@sc... (o) +1 (603) 374-7120 |