You are on page 1of 5

CASE STUDY REPORT ON

“CREATING BAR CHART BY USING MATPLOTLIB IN


PYTHON”
SECOND YEAR MECHANICAL ENGINEERING

Submitted By Mis. No.


Adityaraj Milind Patil 19161062

Under the Guidance Of

Prof. Sheetal Thakare

DEPARTMENT OF MECHANICAL ENGINEERING

BHARATI VIDYAPEETH COLLEGE OF ENGINEERING, NAVI-MUMBAI


(YEAR 2020-21)

1
CERTIFICATE

BHARATI VIDYAPEETH COLLEGE OF ENGINEERING, NAVI-MUMBAI

DEPARTMENT OF MECHANICAL ENGINEERING

This is to certify that,

Mr, ADITYARAJ MILIND PATIL, Class SE MECH MIS No: 19161062 Branch:
Mechanical Engineering has completed the entire Case Study Work
Satisfactorily/Unsatisfactorily in the subject Python Programming of Mechanical
Engineering Department as prescribed by the Mumbai University in the Academic
Year 2020 – 2021

Date: 30/04/2021

Faculty In-Charge HOD Principal.

2
CASE STUDY

AIM: CREATING BAR CHART BY USING MATPLOTLIB IN PYTHON

Introduction:

MATPLOTLIB:-

The Python core does not include any tools to generate plots. This
functionality is added by other packages. By far the most common
package for plotting is matplotlib. matplotlibis intended to mimic the style
of Matlab.As such, users can either generate plots in the Matlab style.
matplotlib contains different modules and features. matplotlib.pyplot is
the module that is commonly used to generate plots.
It provides the interface to the plotting library in matplotlib, and is by
convention imported in Python functions and modules with import
matplotlib.pyplot as plt. Matplotlib is a comprehensive library for creating
static, animated, and interactive visualizations
in Python. Matplotlib makes easy things easy and hard things possible.

Bar Graphs:-

Bar graphs are commonly used in financial analysis for displaying


data.A stock volume chart is a commonly used type of vertical bar graph.
A histogram is an example of a bar graph used in statistical analysis that
depicts a probability distribution in some data or sample

OBJECTIVES:

1.To learn to plot bar graph with the help of python

2.To learn about matplotlib in python

3.To understand the program of plotting a bargraph using matplotlib

3
INPUT

4
OUTPUT

CONCLUSION:
In this way we can use python programming for bar graph by using
Matplotlib Ploting for ploting graphs to understand comparison of
Different parameters.

You might also like