Difference between revisions of "BoxPlot Command"

From GeoGebra Manual
Jump to: navigation, search
(added v4 - note formatting)
(added v4 - note formatting)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
; BoxPlot[yOffset, yScale, List of Raw Data]: Creates a box plot using the given raw data and whose vertical position in the coordinate system is controlled by variable ''yOffset'' and whose height is influenced by factor ''yScale''.
 
; BoxPlot[yOffset, yScale, List of Raw Data]: Creates a box plot using the given raw data and whose vertical position in the coordinate system is controlled by variable ''yOffset'' and whose height is influenced by factor ''yScale''.
: {{Example| <tt>BoxPlot[0, 1, {2,2,3,4,5,5,6,7,7,8,8,8,9}]</tt> }}
+
: {{Example| <code>BoxPlot[0, 1, {2,2,3,4,5,5,6,7,7,8,8,8,9}]</code> }}
 
; BoxPlot[yOffset, yScale, Start Value a, Q1, Median, Q3, End Value b]: Creates a box plot for the given statistical data in interval [''a, b''].
 
; BoxPlot[yOffset, yScale, Start Value a, Q1, Median, Q3, End Value b]: Creates a box plot for the given statistical data in interval [''a, b''].

Revision as of 10:47, 23 February 2011


BoxPlot[yOffset, yScale, List of Raw Data]
Creates a box plot using the given raw data and whose vertical position in the coordinate system is controlled by variable yOffset and whose height is influenced by factor yScale.
Example: BoxPlot[0, 1, {2,2,3,4,5,5,6,7,7,8,8,8,9}]
BoxPlot[yOffset, yScale, Start Value a, Q1, Median, Q3, End Value b]
Creates a box plot for the given statistical data in interval [a, b].
© 2024 International GeoGebra Institute