What is Matplotlib?

Untitled

Matplotlib is Python library. It’s a low-level library that is used to visualize data. It’s easy to use and emulate MATLAB like graphic and visualization.

This library is built on top of NumPy array and consist of some plot such as graph, histogram, etc.