Dot Plot -- From Wolfram MathWorld
Maybe your like
- Probability and Statistics
- Statistical Plots
- History and Terminology
- Mathematica Code
A dot plot, also called a dot chart, is a type of simple histogram-like chart used in statistics for relatively small data sets where values fall into a number of discrete bins. To draw a dot plot, count the number of data points falling in each bin and draw a stack of dots that number high for each bin. The illustration above shows such a plot for a random sample of 100 integers chosen between 1 and 25 inclusively.
Simple code for drawing a dot plot in the Wolfram Language with some appropriate labeling of bin heights can be given as
DotPlot[data_] := Module[{m = Tally[Sort[data]]}, ListPlot[Flatten[Table[{#1, n}, {n, #2}]& @@@ m, 1], Ticks -> {Automatic, Range[0, Max[m[[All, 2]]]]}] ]See also
Bar Chart, Box-and-Whisker Plot, Histogram, Stem-and-Leaf DiagramExplore with Wolfram|Alpha
More things to try:
- 5^5^5
- fixed necklaces with 6 beads and 3 colors
- homotopy 3-sphere
References
Cleveland, W. S. Visualizing Data. Hobart Press, 1993.Wilkinson, L. "Dot Plots." Amer. Stat. 53, 276-281, 1999.Tatsilo's Dot Plot. http://data.vanderbilt.edu/~graywh/dotplot/.Referenced on Wolfram|Alpha
Dot PlotCite this as:
Weisstein, Eric W. "Dot Plot." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/DotPlot.html
Subject classifications
- Probability and Statistics
- Statistical Plots
- History and Terminology
- Mathematica Code
Tag » How To Make A Dot Plot
-
Dot Plots - Math Is Fun
-
How To Make A Dotplot - MathBootCamps
-
How To Construct Draw Make A Dot Plot Graph - YouTube
-
How To Create A Dot Plot - YouTube
-
How To Create Dot Plots | Statistics And Probability
-
How To Make Dot Plots In Excel? (Step By Step) - WallStreetMojo
-
How To Make A Dot Plot In Excel? Guide With Examples - ChartExpo
-
Creating Dot Plots | Organizing Data (practice) - Khan Academy
-
Dot Plot In Statistics: What It Is And How To Read One
-
How To Create A Dot Plot In Google Sheets (Easiest Method)
-
Create A Dot Plot In Excel - Storytelling With Data
-
Overview For Dotplot - Minitab - Support
-
How To Draw A Dot Plot: 9 Steps (with Pictures) - WikiHow Life
-
Dot Plot - Graph, Types, Examples - Cuemath