Gallery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{{GalleryImage | {{GalleryImage | ||
|image=Gm2.png | |image=Gm2.png|size=200px|title=Grid Mode|description=This image shows [[Grid Mode]] in action. | ||
|size=200px | |cmdString=<source lang="python"> | ||
|title=Grid Mode | fetch 1cll 1sra 1ggz 5pnt 1rlw 1cdy; | ||
|description=This image shows [[Grid Mode]] in action. | set grid_mode | ||
</source> | |||
|seeAlso= | |||
*[[Fetch]] | |||
*[[Set]] | |||
*[[grid_mode]] | |||
}} | |||
{{GalleryImage | |||
|image=Fov60.png|size=200px|title=Cool Perspective|description=This image shows a perspective through [[Field_Of_View]]. | |||
|cmdString=<source lang="python"> | |cmdString=<source lang="python"> | ||
load prot.pdb; | load prot.pdb; | ||
Line 19: | Line 28: | ||
*[[Load]] | *[[Load]] | ||
*[[Ray]] | *[[Ray]] | ||
*[[Zoom]] | *[[Zoom]] | ||
*[[Set]] | *[[Set]] | ||
}} | }} |
Revision as of 18:18, 30 May 2008
Cool PyMOL-generated Images and their Scripts |
Grid Mode | What To Type | |||||
|
fetch 1cll 1sra 1ggz 5pnt 1rlw 1cdy;
set grid_mode
|
Cool Perspective | What To Type | |||||
|
load prot.pdb;
zoom i. 46-49 and n. CA
set field_of_view, 60
ray
|