0% found this document useful (0 votes)
101 views19 pages

Data Visualization With Python

The document discusses various data visualization techniques in Python like line plots, bar plots, scatter plots, histograms, box plots, and pie charts using Matplotlib library. It provides examples of creating basic and customized visualizations of these types and changing their aesthetics.

Uploaded by

Aakash Ranjan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
101 views19 pages

Data Visualization With Python

The document discusses various data visualization techniques in Python like line plots, bar plots, scatter plots, histograms, box plots, and pie charts using Matplotlib library. It provides examples of creating basic and customized visualizations of these types and changing their aesthetics.

Uploaded by

Aakash Ranjan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 19

Data Visualization with Python

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Python Matplotlib

Matplotlib is a python library used for data visualization

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Line Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Line Plot

Adding Title and Labels

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Line Plot

Changing Line Aesthetics

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Line Plot

Adding two lines in the same plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Line Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bar Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bar Plot

Adding Title and Labels

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Horizontal Bar Plot

Horizontal Bar Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Scatter Plot

Creating a basic scatter-plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Scatter Plot

Changing Mark Aesthetics

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Scatter Plot

Adding two markers


in the same plot
Histogram

Creating data

Making Histogram

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Histogram

Changing Aesthetics

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Histogram

Working with a dataset

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Box-Plot

Creating data

Making Histogram

Making Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Violin-Plot

Creating data

Making Histogram

Making Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Pie-Chart

Creating data

Making Plot

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited

You might also like