Difference between revisions of "Gallery"

From PyMOLWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
|}
 
|}
  
{{GalleryImage|image=Gm2.png|size=200px|title=Grid Mode|description=This image shows [[Grid Mode]] in action.|cmdString=blah; test; load; something; ray;}}
+
{{GalleryImage
 +
|image=Gm2.png
 +
|size=200px
 +
|title=Grid Mode
 +
|description=This image shows [[Grid Mode]] in action.
 +
|cmdString=<source lang="python">
 +
load prot.pdb;
 +
zoom i. 46-49 and n. CA
 +
set field_of_view, 60
 +
ray
 +
</source>
 +
|seeAlso=
 +
*[[Load]]
 +
*[[Ray]]
 +
*[[Grid_Mode]]
 +
*[[Zoom]]
 +
*[[Set]]
 +
}}

Revision as of 19:09, 30 May 2008

PyMOLWiki Gallery
Cool PyMOL-generated Images and their Scripts



Grid Mode What To Type
Gm2.png
Description
This image shows Grid Mode in action.


See Also
load prot.pdb;
zoom i. 46-49 and n. CA
set field_of_view, 60
ray