Re: [PyMOL] Drawing dashed lines

2003-05-09 Thread Gareth Stockwell
Jason, I don't know Molscript, but I think the following commands will do what you want: select a, ///A/501/02 select b, ///B/229/N distance d, a, b This will give you a dashed line object d which is labelled with the distance between the two atoms 'a' and 'b' - you can g

[PyMOL] Drawing dashed lines

2003-05-08 Thread jkyano
Hi All, I was wondering if it is possible to draw dashed lines connecting two residues similar to the following molscript commands: set linedash 5.0; set linewidth 6; set linecolour red; set bonddistance 5.0; bonds require atom O2 and in residue A501 require atom N and in re