Re: [PyMOL] Little coordinate cross in Pymol?

2012-02-27 Thread Thomas Holder
Dear Gudrun, I have no experience with PyMOL on Mac. Maybe this helps: http://pymolwiki.org/index.php/Mouse_Controls Deselecting objects does not help, because by default you transform in camera space, which affects all objects. What you need is transformation in model space, which is achieved

Re: [PyMOL] Little coordinate cross in Pymol?

2012-02-27 Thread Thomas Holder
Hi Gudrun, On 02/27/2012 01:36 PM, Gudrun Lotze wrote: > The axes appear, but the screen in pymol is now split into two sections > with the cross covering one part. Is there a chance to move the cross > closer to the model in one screen section? > A bit like shown in picture on page http://pymolwi

Re: [PyMOL] Little coordinate cross in Pymol?

2012-02-27 Thread Gudrun Lotze
Dear all, I used the following script David pointed out: from pymol.cgo import * from pymol import cmd w = 0.06 # cylinder width l = 0.75 # cylinder length h = 0.25 # cone hight d = w * 1.618 # cone base diameter obj = [CYLINDER, 0.0, 0.0, 0.0, l, 0.0, 0.0, w, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0,

Re: [PyMOL] Little coordinate cross in Pymol?

2012-02-27 Thread David Hall
http://pymolwiki.org/index.php/Axes -David On Feb 27, 2012, at 5:38 AM, Gudrun Lotze wrote: > Dear all, > > is it possible to show in Pymol a little coordinate cross with axes x,y,z, > for example like in VMD, please? > I have a protein made from dummy atoms and there is no unit cell. > I jus

[PyMOL] Little coordinate cross in Pymol?

2012-02-27 Thread Gudrun Lotze
Dear all, is it possible to show in Pymol a little coordinate cross with axes x,y,z, for example like in VMD, please? I have a protein made from dummy atoms and there is no unit cell. I just want to show clearly which plane is shown when presenting the model in my document. Thank you for your h