0% found this document useful (0 votes)
7 views7 pages

Lecture 17 (DS) - Matplotlib and Other Libraries

matplotlib

Uploaded by

anayabutt658
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views7 pages

Lecture 17 (DS) - Matplotlib and Other Libraries

matplotlib

Uploaded by

anayabutt658
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Data Science

Lecture # 18
Matplotlib Library

• By the end of this lecture, you should be able to:

• Explain the role of Matplotlib in Python

Note: All Images are taken from edx.org


What is Matplotlib?

• Widely used plotting


library for Python
• It is easy to produce
quick plots of data
using this library

Note: All Images are taken from edx.org


Why Matplotlib?

• We can produce a bar chart, a line chart, a scatter plot, a


box plot or histogram in just a few lines of code
• We can quickly check the relationship between features,
plot trend lines, or just get a better feel for the distribution
of data
4

Note: All Images are taken from edx.org


Why Matplotlib?

• Used to create complex visualizations


• We can customize our plots for presenting results
5

Note: All Images are taken from edx.org


Other Libraries

• Seaborn
• ggplot
• Altair
• Bokeh
• Plotly
• Folium
6

Note: All Images are taken from edx.org


World Development Indicators
• Now we’ll work on World Development Indicators
Dataset which is an open dataset on Kaggle
• Slightly modified version from the dataset that’s
actually available from the World Bank

• By the end of this lecture, you should be able to:


• Use the World Development Indicators Dataset for data
science
• Discuss “05a_Matplotlib_Notebook.ipynb”
7

Note: All Images are taken from edx.org

You might also like