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

Python For Non-Programmers

This document discusses how to create different types of plots like line plots, bar plots, scatter plots, histograms, box plots, violin plots, pie charts and doughnut charts using the Matplotlib library in Python. It provides examples of creating these plots, customizing aspects like colors, labels and legends.

Uploaded by

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

Python For Non-Programmers

This document discusses how to create different types of plots like line plots, bar plots, scatter plots, histograms, box plots, violin plots, pie charts and doughnut charts using the Matplotlib library in Python. It provides examples of creating these plots, customizing aspects like colors, labels and legends.

Uploaded by

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

Python for Non-Programmers

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

Matplotlib is a python library used for data visualization

You can create


bar-plots,
scatter-plots,
histograms and a lot
more with matplotlib

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
Line Plot

Adding sub-plots

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
Scatter Plot

Adding sub-plots

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
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
Pie-Chart

Changing Aesthetics

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

Creating Data

Making Plot

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

You might also like