Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 604 Bytes

Matplotlib_Tutorial 📊

In this, the different types of graphs are created using the Matplotlib library of Python and different properties and features of the graphs are shown. Jupyter notebook is used to write all the code along with description.

Datasets used for visualization:

  1. fifa_data.csv
  2. Gas_prices.csv

Types of charts used:

  1. Bar Graph
  2. Histogram
  3. Pie Chart
  4. Line Chart
  5. 3-D Pie Chart
  6. 3-D Bar Graph