{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
{{ 'ml-btn-show-less' | message }} {{ 'ml-btn-show-more' | message }} expand_more
{{ 'ml-heading-abilities-covered' | message }}
{{ ability.description }} {{ ability.displayTitle }}
{{ 'ml-heading-lesson-settings' | message }}
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount}}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount}}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Dot Plot

A dot plot, also known as line plot, is a way to represent numerical data in which each data point is represented with a dot above a horizontal number line. The dots representing the same measurements are stacked above each other. Consider the following data set.
  • There are two s in this data set, so on the corresponding dot plot two dots are stacked above the number of the number line.
  • There is one in this data set, so on the corresponding dot plot a single dot is drawn above the number of the number line.
  • There are five s in this data set, so on the corresponding dot plot five dots are stacked above the number of the number line.
A dot plot illustrating the data set given in the text.

Dot plots are normally used for discrete data. For data sets containing more than data points, dot plots are often inconvenient and other representations are preferred.