0% found this document useful (0 votes)
9 views

Matplotlib Material - Opendir - Cloud

The document discusses Matplotlib, a Python library for data visualization. It introduces Matplotlib and describes common plot types like histograms, scatter plots, box plots, and heat maps. It also compares Matplotlib to Seaborn, noting Matplotlib is customizable but Seaborn has built-in statistical functions and themes.

Uploaded by

adapa.sai2022
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Matplotlib Material - Opendir - Cloud

The document discusses Matplotlib, a Python library for data visualization. It introduces Matplotlib and describes common plot types like histograms, scatter plots, box plots, and heat maps. It also compares Matplotlib to Seaborn, noting Matplotlib is customizable but Seaborn has built-in statistical functions and themes.

Uploaded by

adapa.sai2022
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Introduced By — John Hunter

MATPLOTLIB
Why Data Visualization
1

What is Matplotlib
2

Types of plots
3

Demo on Plots
4
CONTENT
FOR
MATPLOTLIB Matplotlib vs Seaborn
5
Data Visualization is
the method to
introduce the
information in
pictorial or graphical
format
Advantages of We convey a great number of
information in an effective manner
Data Visualization

Simplifies statistics Easy to understand Hidden Patterns Makes an impact


Top 10 Sale across the We can grab more insights Use of data visualization, Data visualization can
globe, Top performing compared to tabluar format. patterns, and trends that materially impact the
products. have been hiding in the speed of decision-making
shadows of untapped data, processes.
can be brought to the light
of day and acted upon
What is
MATPLOTLIB IS A PYTHON LIBRARY UTILIZED FOR
Matplotlib? PLOTTING THE EXCELLENT AND APPEALING GRAPHS

In Data science visualization is the significant advance. By


utilizing visualization we can undoubtedly comprehend than
how information is part.

There are loads of libraries to envision the information


however among that the matplotlib is exceptionally well
known and simple one.
MOST USED PLOTS FOR BASIC ANALYSIS

UNI- VARIATE BI-VARIATE MULTI-VARIATE

Histpgram, Scatter-Plot , Box-plot, Heatmap Line- plot, Bar plot


Countplot, Pie-chart
Line Plot
1
STOLP DESU TSOM

2 Pie chart

Histogram 3
Scatterplot &
4 Boxplot

Heatmap 5
Line plot Type of Data Required to plot:
Time Series

Line charts are utilized to follow changes over


short and extensive stretches of time. At the point
when smaller changes exist, line charts are
smarter to utilize than Bar Plots. Line charts can
likewise be utilized to analyze changes over a
similar timeframe for more than one group

Advantages of Line Graphs


- Line graphs are easy to read and to plot.
- They are useful for making comparisons
between different data sets.
- They are useful for showing changes over
periods of time
A pie chart is a type of graph in which a circle is divided into sectors
that each represents a proportion of the whole. Pie charts are a
useful way to organize data in order to see the size of components
relative to the whole, and are particularly good at showing
percentage or proportional data.

Pie Chart

Type of Data required to plot


Discrete + Countinues
Histogram is a graphical representations of
the frequency distribution of the data in bar
form

A "histogram" is used for plotting the


occurrences of score frequency in a "continuous
data set". This data set is further divided into
classes and they are referred as bins
Summarizes data from a process that has
been collected over a period of time
Provides a quick representation of the spread
and centering of the process
To display large amounts of data values in a
relatively simple chart form

Type of Data required to plot:


Continues Data
A scatterplot is one of the best plot to find the relationship between two numerical variables

1. Shows the correlation between the variables .


2. Shows the minimum/maximum and outliers in
the dataset
3. Easy to find the clusters.
4. Easy to interpret large datasets

Types of Data Required to plot:


Continues VS Continues
A boxplot is a standardized
way of displaying the
distribution of data based on a
five number summary
(“minimum”, first quartile
(Q1), median, third quartile
(Q3), and “maximum”). It can
tell you about your outliers
and what their values are. It
can also tell you if your data is
symmetrical, how tightly your
data is grouped, and if and
how your data is skewed.

Type of Data required to plot.


Continues vs Continues
Discrete Vs continues

04
A heat map is a two-dimensional
representation of information
HEAT MAP with the help of colors. Heat maps
can help the user visualize simple
or complex information.

Type of Data Required to plot .


Temp
Correlation coefficient
Pressure
Market Budget
MATPLOTLIB VS SEABORN

Matplotlib Seaborn
1. Matplotlib is mainly used for basic 1. Seaborn will provide a variety of
plotting. visualization patterns.
2. It is highly customizable and 2. It has tools, built-in Statistical
powerful functions which helps us to find
3. It is multi-platform hidden patterns in the dataset
Datavisualization tool, therefore it 3. It have builtin themes for better
is fast and efficient Visualization

You might also like