Difference between revisions of "SetAxesRatio Command"

From GeoGebra Manual
Jump to: navigation, search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
;SetAxesRatio[ <Number>, <Number> ]
+
;SetAxesRatio( <Number>, <Number> )
:Changes the axes ratio of active [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]] so that X units on [[Lines and Axes#Axes|x-axis]] correspond to the same number of pixels as Y units on y-axis and point (0,0) stays on its coordinates.
+
:Changes the axes ratio of active [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]] so that X units on [[Lines and Axes#Axes|''x''-axis]] correspond to the same number of pixels as Y units on ''y''-axis and point (0,0) stays on its coordinates. If a unitary ratio is used, the related axis is fixed with the unit value, and the other one is adjusted as indicated.  
{{betamanual|version=5.2|
+
:{{Examples| 1=<div>
;SetAxesRatio[ <Number>, <Number>, <Number> ]
+
:*<code><nowiki>SetAxesRatio(1,2)</nowiki></code> fixes the ''x''-axis and compresses the ''y''-axis
:Similar to above syntax, works with [[File:Perspectives algebra 3Dgraphics.svg|link=|16px]] [[3D Graphics View]].}}
+
:*<code><nowiki>SetAxesRatio(2,1)</nowiki></code> fixes the ''y''-axis and shrinks the ''x''-axis.</div> }}
 +
;SetAxesRatio( <Number>, <Number>, <Number> )
 +
:Similar to above syntax, works with [[File:Perspectives algebra 3Dgraphics.svg|link=|16px]] [[3D Graphics View]].

Latest revision as of 09:04, 4 August 2020


SetAxesRatio( <Number>, <Number> )
Changes the axes ratio of active Menu view graphics.svg Graphics View so that X units on x-axis correspond to the same number of pixels as Y units on y-axis and point (0,0) stays on its coordinates. If a unitary ratio is used, the related axis is fixed with the unit value, and the other one is adjusted as indicated.
Examples:
  • SetAxesRatio(1,2) fixes the x-axis and compresses the y-axis
  • SetAxesRatio(2,1) fixes the y-axis and shrinks the x-axis.
SetAxesRatio( <Number>, <Number>, <Number> )
Similar to above syntax, works with Perspectives algebra 3Dgraphics.svg 3D Graphics View.
© 2024 International GeoGebra Institute