Difference between revisions of "StemPlot Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
{{command|chart|US_version=StemPlot|non-US_version=StemAndLeaf}}
{{command|chart}}
+
;StemPlot( &lt;List> )
;StemPlot[ <List> ]
 
 
:Returns a stem plot of the given list of numbers. Outliers are removed from the plot and listed separately.   
 
:Returns a stem plot of the given list of numbers. Outliers are removed from the plot and listed separately.   
 
: An outlier is defined as a value outside the interval  [ Q1 - 1.5 (Q3 - Q1) , Q3 + 1.5 (Q3 - Q1) ].  
 
: An outlier is defined as a value outside the interval  [ Q1 - 1.5 (Q3 - Q1) , Q3 + 1.5 (Q3 - Q1) ].  
  
;StemPlot[ <List>, <Adjustment -1|0|1> ]
+
;StemPlot( &lt;List>, <Adjustment -1|0|1> )
 
:Returns a stem plot of the given list of numbers.
 
:Returns a stem plot of the given list of numbers.
 
: If ''Adjustment'' = -1 the default stem unit is divided by 10
 
: If ''Adjustment'' = -1 the default stem unit is divided by 10
 
: If ''Adjustment'' = 0  nothing is changed
 
: If ''Adjustment'' = 0  nothing is changed
 
: If ''Adjustment'' = 1 the default stem unit is multiplied by 10
 
: If ''Adjustment'' = 1 the default stem unit is multiplied by 10

Latest revision as of 10:22, 3 October 2017


StemPlot( <List> )
Returns a stem plot of the given list of numbers. Outliers are removed from the plot and listed separately.
An outlier is defined as a value outside the interval [ Q1 - 1.5 (Q3 - Q1) , Q3 + 1.5 (Q3 - Q1) ].
StemPlot( <List>, <Adjustment -1|0|1> )
Returns a stem plot of the given list of numbers.
If Adjustment = -1 the default stem unit is divided by 10
If Adjustment = 0 nothing is changed
If Adjustment = 1 the default stem unit is multiplied by 10
© 2024 International GeoGebra Institute