Hot answers tagged pymol
4
You can use "as" to switch to a particular style (http://pymolwiki.org/index.php/As
):
as cartooon, 11AS and chain a
You can also hide everything, to remove all representations (http://pymolwiki.org/index.php/Hide):
hide every, 11AS and not (n. ca+c+n and resi 5-10)
I'm a fairly expert user of PyMOL and I've never seen an API exposed which will show ...
4
Try to pass the matrix as a String containing 18 floats separated by commas, e.g. like
cmd.set_view ('''
0.590180993, 0.670941532, 0.448923886,\
-0.507570565, 0.740831316, -0.439937204,\
-0.627747774, 0.031782545, 0.777776182,\
0.000000000, 0.000000000, -417.497009277,\
0.741809845, 7.078243256, 16.473480225,\
...
Only top voted, non community-wiki answers of a minimum length are eligible