Dear Pymol users! Here is the chain of the pymol commands that I am using to label the visible amino-acids shown as lines in the current pymol session. cmd.select('name CA and rep lines') cmd.label('sele', 'resn') cmd.set('label_font_id', '14') cmd.set('label_color', 'indigo') cmd.set('label_position', '3,0,0') It produces nice labeling according to the amino acid name (example Tyr). How it would be possible to indicate additionally the number of the amino acid like Tyr-119 or simply using one letter code + the number? Many thanks in advance Enrico
_______________________________________________ PyMOL-users mailing list Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net Unsubscribe: https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe