Re: [PyMOL] How to add multiline labels

2016-04-09 Thread amin
Thanks a lot. It worked very well. Amin. On 2016-04-09 21:01, harold steinberg wrote: > This is exactly the kind of question students ask… could you please put this > in the wiki if it's not already there? > > Thanks! > On Apr 8, 2016, at 2:44 PM, Thomas Holder > wrote: Hi Amin, Multi

Re: [PyMOL] How to add multiline labels

2016-04-09 Thread harold steinberg
This is exactly the kind of question students ask… could you please put this in the wiki if it’s not already there? Thanks! > On Apr 8, 2016, at 2:44 PM, Thomas Holder > wrote: > > Hi Amin, > > Multi-line labels are supported in Incentive PyMOL 1.7.0 and later. Simply > use a linefeed char

Re: [PyMOL] How to add multiline labels

2016-04-08 Thread Thomas Holder
Hi Amin, Multi-line labels are supported in Incentive PyMOL 1.7.0 and later. Simply use a linefeed character ("\n") to break a line. Examples: label all, "Hello\nWorld" label guide, resn + "\n" + resi See also the related label_multiline_* settings: http://pymol.org/d/setting:label Cheers, T