Re: [PyMOL] Label volume

2019-08-15 Thread Pedro Lacerda
Hi Thomas, Cool, I did something like that, copied the selection "%obj and index 1" then labeled it. So I got an independent label. Multi-line labels was somewhat hackish: cmd.label( label_obj_name, '"' + "\\n".join([ f'ID {i}', f'Class {ensemble.klass}', f'S {ens

Re: [PyMOL] Label volume

2019-08-15 Thread Thomas Holder
Hi Pedro, it's only possible to label atoms. If you need an independent label, create a pseudo atom: pseudoatom label="Hello World" You can move the atom (or the label) in 3-Button Editing mouse mode while holding CTRL and dragging with the left mouse button. Cheers, Thomas > On Aug 12, 20

Re: [PyMOL] Label volume

2019-08-12 Thread Pedro Lacerda
And how to place a single arbitrary label on the object or segment? Em seg, 12 de ago de 2019 às 13:55, Pedro Lacerda escreveu: > Hi PyMOL list, > > Is possible toshow a label independent of the associated object be > enabled? > > Or is possible to label a volume or map? > -- > Pedro Sousa Lace