Quoting "???( Zengming Zhang )" <[email protected]>:

> Hello everyone?
>
> I have a problem when labeling residue, I just want to lable a   
> residue only, that is only one label text line will be show in the   
> view, the script is:
>
>     select 221^A:H; spacefill; label ARG<3.166>; color label black;   
> set labeloffset 20 0;
>
> But all atoms in the residue are all labeled as ARG<3.166> , and in   
> the view, there are many text lines, one overlapping another, and   
> the view is looked so terrible.
>
> Can you help me to solve the problem? Thank you very much!
>
One solution is to select only a specific atom before labelling. For  
amino acids I usually use the alpha carbon atom because it is (almost)  
always present:

   select 221^A:H.CA; label ARG<3.166>;

Regards,
Rolf

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to