[PyMOL] customized sleek looking isomesh

2007-10-07 Thread Demirci, Hasan
Hi everyone, There is no documentation about customizing the isomesh of the electron density maps. The ones that I generated are really thick and I have to say ugly. Is there any way to change isomesh thickness and make it look more sleek? By the way someone posted something like increasing the

Re: [PyMOL] customized sleek looking isomesh

2007-10-07 Thread DeLano Scientific
Hasan, The mesh_width setting controls the thickness of the mesh in pixel units, or you can override that with mesh_radius to control the absolute mesh cylinder radius in Angstroms. set mesh_width, 0.5 ray set mesh_radius, 0.02 ray Note that the size of the window determines the size of a

Re: [PyMOL] Coloring subunits

2007-10-07 Thread DeLano Scientific
Greg, To directly specify RGB colors, you can encode them as a hexidecimal string (0xRRGGBB): color 0xffcc11, chain A However, the advantage of using set_color is that you can change your mind later without having to edit every line in your script where you use the color -- just the one line