DATA VISUALIZATION USING PYTHON MATPLOTLIB
Matplotlib is a low-level library of Python which is used for data visualization. It is easy to use and emulates MATLAB like graphs and visualization. This library is built on the top of NumPy arrays and consist of several plots like line chart, bar chart, histogram, etc.
Code examples for various types of graphs are entered into this repository along with pictures of the output.
Online Compiler: https://trinket.io/embed/python3/a5bd54189b