Plotting S
Plotting S
1. Scatter Plot
Use:
2. Line Plot
Use:
3. Histogram
Use:
4. Bar Plot
Use:
o Useful for categorical data to show the frequency or mean values of categories.
5. Box Plot
Use:
o Used to display the summary statistics of a dataset (e.g., median, quartiles, outliers).
o Helps understand the spread and skewness of data, and detect outliers.
6. Heatmap
Use:
o Used for visualizing complex data in matrix form, with color representing values.
7. Pair Plot
Use:
Use:
o Shows the counts of true positives, false positives, true negatives, and false
negatives.
9. Violin Plot
Use:
o Shows the distribution of the data along with the density of values.
Use:
o A swarm plot is a type of scatter plot used to visualize individual data points,
especially for categorical data, in a way that avoids overlap and provides a clear view
of the distribution of data points.
Use:
Use:
o A count plot is a type of bar plot used to show the counts (or frequencies) of
occurrences of categorical data.
o It is primarily used to visualize the distribution of a categorical variable.
Use:
o The distplot function was used to plot the distribution of a continuous variable as
both a histogram and a Kernel Density Estimate (KDE), or optionally a fitted
distribution.
14. Displot
Use:
o displot are used for visualizing the distribution of a single continuous variable.