Grid max: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
= Syntax =
= Syntax =
<source lang="python">
<source lang="python">
# set the max number of slots to 'int'.
set grid_max, int
set grid_max, int


Line 17: Line 18:


= See Also =  
= See Also =  
[[Grid_Mode]]
[[Grid_mode]]

Latest revision as of 19:53, 15 April 2009

Overview

When Grid_mode is turned on, Grid_max determines the maximum number of slots that PyMOL will show.

Syntax

# set the max number of slots to 'int'.
set grid_max, int

# Example, set the grid_max to 4
set grid_max, 4

See Also

Grid_mode