Difference between revisions of "ShowGrid Command"

From GeoGebra Manual
Jump to: navigation, search
m (italics)
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>  
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>  
 
{{command|scripting}}
 
{{command|scripting}}
 
;ShowGrid[ ]
 
;ShowGrid[ ]

Revision as of 11:24, 29 July 2015



ShowGrid[ ]
Shows the grid in the active View.
ShowGrid[ <Boolean> ]
Shows/hides the grid in the active View.
Example:
  • ShowGrid[true] shows the grid in the active View.
  • ShowGrid[false] hides the grid in the active View.
ShowGrid[ <View>, <Boolean> ]
Shows/hides the grid in the Graphics View specified by the number 1 or 2 (or 3 for 3D View in GeoGebra 5).
Example:
  • ShowGrid[1, true] shows the grid in Graphics View.
  • ShowGrid[2, false] hides the grid in Graphics 2 View.
Note: See also ShowAxes command.
© 2024 International GeoGebra Institute