Difference between revisions of "Grid mode"

From PyMOLWiki
Jump to navigation Jump to search
(New page: == Overview == '''grid_mode''' partitions the screen into a grid and displays each molecule in one grid location. Each molecule rotates, zooms, etc in that grid. A possibly very useful...)
 
Line 19: Line 19:
 
Image:Gm1.png|grid_mode on.  Each molecule is in its own window.
 
Image:Gm1.png|grid_mode on.  Each molecule is in its own window.
 
Image:Gm2.png|grid_mode on.  Lots of molecules shown.
 
Image:Gm2.png|grid_mode on.  Lots of molecules shown.
</gallery>?
+
</gallery>
 
 
  
  
 +
== See Also ==
 +
[[grid_slot]]
  
  
  
 
[[Category:Settings|Grid_Mode]]
 
[[Category:Settings|Grid_Mode]]

Revision as of 16:13, 5 March 2008

Overview

grid_mode partitions the screen into a grid and displays each molecule in one grid location. Each molecule rotates, zooms, etc in that grid. A possibly very useful option for PyMOL.

Hint: When using grid_mode with many molecules, it's sometimes good to align their centers of mass. This puts them all squarely in the middle of their grid element. The alignto command from cealign can do this for you.

Syntax

# turn on grid mode
set grid_mode,1

# turn off grid mode
set grid_mode,0


Example


See Also

grid_slot