[PyMOL] Cell

2002-04-08 Thread Mario Sanchez
I would like to know if anyone knows how to set up cell thickness and color. I am trying to generate a picture of a packing and I would like to show the unit cell in a white background. Thanks. -- Mario Sanches, PhD Student Protein Crystallography Group São Paulo University, São Carlos Physics In

RE: [PyMOL] Cell

2002-04-08 Thread DeLano, Warren
# load a molecule with crystal data load $PYMOL_PATH/test/dat/1tii.pdb,mol1 # show cell show cell,mol1 # zoom out zoom all,30 # change object color using explicit name (changes cell too) color red,mol1 # now restore atom coloring (doesn't change cell) util.cbag mol1 # for OpenGL renderin