Types of Graph
Types of Graph
Dot Plot
● Type: Quantitative
● Best Used For:
○ Small to moderate-sized data sets.
○ Showing individual data points, particularly to identify clusters, gaps, and outliers.
○ Visualizing the distribution of a data set and spotting the frequency of data points.
● Situations:
○ When you want to display the exact values in a data set.
○ When data sets are small and need a simple representation (e.g., showing test
scores in a small class).
● Type: Quantitative
● Best Used For:
○ Illustrating the distribution of data while preserving the original data points.
○ Showing the shape of the data distribution while still displaying actual values.
○ Useful for small to moderately sized data sets.
● Situations:
○ When you want a quick, compact view of the data distribution (e.g., survey
responses).
○ In exploratory data analysis to easily identify the mode, spread, and shape.
● Type: Quantitative
● Best Used For:
○ Summarizing a data set using the median, quartiles, and potential outliers.
○ Comparing distributions between different groups.
○ Identifying the spread and skewness of the data.
● Situations:
○ When comparing multiple data sets (e.g., comparing exam scores across
different classes).
○ To provide a high-level summary and detect outliers in large data sets.
4. Histogram
● Type: Quantitative
● Best Used For:
○ Showing the distribution of a continuous data set by grouping data points into
bins.
○ Understanding the shape of the data distribution (e.g., normal, skewed).
○ Analyzing large data sets.
● Situations:
○ When you want to visualize the frequency distribution of a large set of data (e.g.,
ages of a population).
○ When needing to display the overall pattern of data, including peaks, gaps, and
symmetry.
Each type of plot is suited for different purposes, primarily depending on the size of the data set,
the need for detail, and whether you're comparing groups or summarizing distributions.