Difference between revisions of "DotPlot Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|chart}}
 
{{command|chart}}
 
;DotPlot[ <List of Raw Data> ]
 
;DotPlot[ <List of Raw Data> ]

Revision as of 09:17, 23 July 2015



DotPlot[ <List of Raw Data> ]
Returns a dot plot for the given list of numbers, as well as the list of the dot plot points. If a number n appears in the list of raw data k times, the returned list contains points (n, 1), (n, 2), ..., (n, k).
Example:
DotPlot[{2, 5, 3, 4, 3, 5, 3}] yields {(2, 1), (3, 1), (3, 2), (3, 3), (4, 1), (5, 1), (5, 2)}.


© 2024 International GeoGebra Institute