Re: [PyMOL] label with arbitrary string

2008-07-30 Thread Chavas Leo
Dear all -- On 30 Jul 2008, at 01:03, DeLano Scientific wrote: Richard, label (residue 200 and name ca), My favorite C_alpha The command you provided works as written, so what are you asking exactly? Is is that you want us to add a GUI way of doing this? Related to labeling, I was

Re: [PyMOL] label with arbitrary string

2008-07-30 Thread Tsjerk Wassenaar
Hi Leo, AFAIK you can't do it with Pymol, as it would require additional fonts. Also, it seems tough to me to position to label properly with respect to the camera. But you have plenty control with convert/imagemagick (see http://www.imagemagick.org/Usage/annotating/). That will allow you to

Re: [PyMOL] label with arbitrary string

2008-07-30 Thread Marius Retegan
Hello Leo, You could use Unicode to get the special characters you were taking about. angstrom = u\u00C5 angstrom_utf8 = angstrom.encode ('utf-8') label (residue 200 and name ca), Distance: 8+angstrom_utf8 To see the label bigger use set label_size, 20 You can get the unicode charts from here

[PyMOL] Cluster / Cave / Holobench version of PyMol

2008-07-30 Thread Martin Höfling
Hello all, has anybody of you knowledge of efforts to use PyMol on CAVE like setups for 3D visualization? We have a Holobench with a Headtracking System here and I wonder if anybody knows more than I do. The only thing I found is: http://www.gruchalla.org/papers/C4_111_Gruchalla.pdf where