Difference between revisions of "DotPlot Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 3: Line 3:
 
;DotPlot[ <List of Raw Data> ]
 
;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)''.
 
: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|1=<div><code><nowiki>DotPlot[{2, 5, 3, 4, 3, 5, 3}]</nowiki></code> yields ''{(2, 1), (3, 1), (3, 2), (3, 3), (4, 1), (5, 1), (5, 2)}''.</div>}}

Revision as of 11:22, 28 June 2013



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