Difference between revisions of "ShowAxes Command"

From GeoGebra Manual
Jump to: navigation, search
("scripting" instead "text")
Line 2: Line 2:
 
{{command|scripting}}
 
{{command|scripting}}
 
;ShowAxes[ ]
 
;ShowAxes[ ]
:Shows the axes in the active view
+
:Shows the axes in the active view.
 
;ShowAxes[ <Boolean> ]
 
;ShowAxes[ <Boolean> ]
:Shows/hides the axes in the active view
+
:Shows/hides the axes in the active view.
;ShowAxes[ <View 1|2|3>, <Boolean> ]
+
:{{example|1=<div>
 +
:*<code><nowiki>ShowAxes[true]</nowiki></code> shows the axes in the active view.
 +
:*<code><nowiki>ShowAxes[false]</nowiki></code> hides the axes in the active view.</div>}}
 +
;ShowAxes[ <View>, <Boolean> ]
 
:Shows/hides the axes in the specified view (View = 1, 2. View = 3 for GeoGebra 5)
 
:Shows/hides the axes in the specified view (View = 1, 2. View = 3 for GeoGebra 5)
 
+
:{{example|1=<div>
{{Note|1= See also [[ShowGrid Command|ShowGrid command]].}}
+
:*<code><nowiki>ShowAxes[1, true]</nowiki></code> shows the axes in the first view.
 +
:*<code><nowiki>ShowAxes[2, false]</nowiki></code> hides the axes in the second view.</div>}}
 +
{{Note|1= See also [[ShowGrid Command|ShowGrid command]].}}

Revision as of 08:51, 16 July 2013



ShowAxes[ ]
Shows the axes in the active view.
ShowAxes[ <Boolean> ]
Shows/hides the axes in the active view.
Example:
  • ShowAxes[true] shows the axes in the active view.
  • ShowAxes[false] hides the axes in the active view.
ShowAxes[ <View>, <Boolean> ]
Shows/hides the axes in the specified view (View = 1, 2. View = 3 for GeoGebra 5)
Example:
  • ShowAxes[1, true] shows the axes in the first view.
  • ShowAxes[2, false] hides the axes in the second view.
Note: See also ShowGrid command.
© 2024 International GeoGebra Institute