Difference between revisions of "SetPerspective Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
;SetPerspective[ <Text> ]
+
;SetPerspective( <Text> )
 
Changes the layout and visibility of Views. The text parameter describes the desired layout. The text should be a valid expression. Views are represented by variables (letters): the horizontal arrangement of Views is represented by the related letters juxtaposition, and their vertical arrangement by a division symbol <code><nowiki> /</nowiki></code>.
 
Changes the layout and visibility of Views. The text parameter describes the desired layout. The text should be a valid expression. Views are represented by variables (letters): the horizontal arrangement of Views is represented by the related letters juxtaposition, and their vertical arrangement by a division symbol <code><nowiki> /</nowiki></code>.
 
{| class="pretty"
 
{| class="pretty"

Revision as of 16:15, 7 October 2017


SetPerspective( <Text> )

Changes the layout and visibility of Views. The text parameter describes the desired layout. The text should be a valid expression. Views are represented by variables (letters): the horizontal arrangement of Views is represented by the related letters juxtaposition, and their vertical arrangement by a division symbol /.

Letter View
A Menu view algebra.svg Algebra
B Menu view probability.svg Probability Calculator
C Menu view cas.svg CAS
D Menu view graphics2.svg Graphics 2
G Menu view graphics.svg Graphics
L Menu view construction protocol.svg Construction Protocol
P Menu-options.svg Properties
R Data analysis (Desktop only)
S Menu view spreadsheet.svg Spreadsheet
T Perspectives algebra 3Dgraphics.svg 3D Graphics
Example:  
  • SetPerspective["G"] makes only the Menu view graphics.svg Graphics View visible
  • SetPerspective["AGS"] makes Menu view algebra.svg Algebra, Menu view graphics.svg Graphics and Menu view spreadsheet.svg Spreadsheet View visible, aligned horizontally
  • SetPerspective["S/G"] makes Menu view spreadsheet.svg Spreadsheet and Menu view graphics.svg Graphics View visible with Spreadsheet on top and Graphics View below
  • SetPerspective["S/(GA)"] is similar as above, the bottom part of the screen consists of Menu view graphics.svg Graphics View on the left and Menu view algebra.svg Algebra View on the right


Instead of these expressions you may also use a text containing a single digit to use a predefined perspective:

Text Perspective
"1" Algebra And Graphics
"2" Geometry
"3" Spreadsheet
"4" CAS
"5" 3D Graphics
"6" Probability

These roughly correspond to "AG", "G", "SG", "CG", "AT" and "B" respectively, but may also affect the display of Input Bar and content of Toolbar.

Notes:
© 2024 International GeoGebra Institute