Bar Graph

Pie Chart

Cross Table

↓↓↓ Cross Table can be convert to Bar Chart ↓↓↓

(Relative) Frequency Table (for categorial data)
Frequency table is sometimes called frequency distribution.
Note: Left: Frequency Table Right: Relative Frequency Table

(Relative) Frequency Table (for numerical data)
Note: Round up: 9.2 → 10

Histogram

Note:
Ogive An ogive is a line that connects points that are the cumulative percent of observations below the upper limit of each interval in a cumulative frequency distribution.

Stem and Leaf Plot


Source data

Time Series Plot
It describes how the values change as time goes by.

Scatterplot

3 important things of Scatterplot:
direction:
Negative

Positive

form:
Linear or not(curved, bending all over the place…)
strength:
Linear strength can be measured mathematically
Let $(x_i,y_i)$ for $i=1,2,...,n$ be the corresponding values of two quantitative variables, then the correlation $r$ is defined as
$$ r=\frac{\sum^n_{i=1}(x_i-\bar x)(y_i-\bar y)}{\sqrt{\sum^n_{i=1}(x_i-\bar x)^2(y_i-\bar y)^2}} $$
where $\bar x=\frac{1}{n}\sum^n_{i=1}x_i$ and $\bar y=\frac{1}{n}\sum^n_{i=1}y_i$ are the mean of $x$ and $y$ respectively.
Note:
Remarks: