Difference between revisions of "SetPerspective Command"

From GeoGebra Manual
Jump to: navigation, search
(Initial version)
 
m (capitalized Views names)
Line 3: Line 3:
 
{{betamanual|version=5.0}}
 
{{betamanual|version=5.0}}
 
;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), vertical splits are represented by multiplication, horizontal splits by division.
+
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), vertical splits are represented by multiplication, horizontal splits by division.
 
{| class="pretty"
 
{| class="pretty"
 
!Letter
 
!Letter
Line 40: Line 40:
  
 
{{example|1=&nbsp;
 
{{example|1=&nbsp;
* <code>SetPerspective["G"]</code> makes only the graphics view visible
+
* <code>SetPerspective["G"]</code> makes only the ''Graphics View'' visible
* <code>SetPerspective["AGS"]</code> makes algebra, graphics and spreadsheet visible, aligned horizontaly
+
* <code>SetPerspective["AGS"]</code> makes ''Algebra'', ''Graphics'' and ''Spreadsheet View'' visible, aligned horizontally
* <code>SetPerspective["S/G"]</code> makes spreadsheet and graphics view visible with spreadsheet on the top and graphics below
+
* <code>SetPerspective["S/G"]</code> makes ''Spreadsheet'' and ''Graphics View'' visible with ''Spreadsheet'' on top and ''Graphics View'' below
* <code>SetPerspective["S/(GA)"]</code> is similar as above, the bottom part of screen consists of graphics on the left and algebra on the right
+
* <code>SetPerspective["S/(GA)"]</code> is similar as above, the bottom part of the screen consists of ''Graphics View'' on the left and ''Algebra View'' on the right
 
}}
 
}}

Revision as of 14:43, 31 March 2014



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), vertical splits are represented by multiplication, horizontal splits by division.

Letter View
A Algebra
B Probability calculator
C CAS
D Graphics 2
G Graphics
L Construction protocol
P Properties
R Data analysis
S Spreadsheet
T Graphics 3D
Example:  
  • SetPerspective["G"] makes only the Graphics View visible
  • SetPerspective["AGS"] makes Algebra, Graphics and Spreadsheet View visible, aligned horizontally
  • SetPerspective["S/G"] makes Spreadsheet and 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 Graphics View on the left and Algebra View on the right
© 2024 International GeoGebra Institute