Hello, James By definition, labels are attached to atoms. That is why the distance cannot be long. >From your description, I don't think that labels are what you need. You have "echo" for positioning text either in 2D screen space or in 3D molecular coordinates, at arbitrary positions and with chosen alignment, even multi-line.
e.g. set echo myEcho1 0 50%; echo Hello; // windowLeft+windowMiddle, left flushed set echo myEcho2 0 100%; echo Good Bye; // windowLeft+windowTop, left flushed set echo myEcho3 15% 85%; set echo center; echo Another; // close to windowLeft+windowTop, center-justified // note that text will never go out of screen, it will flush to the edge if needed set echo myEcho4 0 100%; echo First Line; set echo myEcho5 0 100%; echo "|Second Line"; //no overlap due to the initial newline (|) ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

