Matplotlib is a python library used for creating static, animated and inetractive visualizations
- Basics
This repository contains notes for the basics of Matplotlib and other simple projects and visualizations created using it.
This section contains the basic concepts of matplitlib and creating plots using them.
- Line Plots
- Bar Chart
- Pie Charts
- Stack Plots
- Filling Areas in Line Plots
- Histograms
- Scatter Plots
- Plotting Time series data
- Plotting Live data in Real time
- Subplots(using the oop approach)
In some cases topics the data has been loaded using a csv file,
all the files and saved plots are also included in the folder
Reference: Corey Schafer's Matplotlib Playlist