Explain the use of Matplotlib

Matplotlib

Matplotlib is a multiplatform data visualization library built on NumPy arrays. One of Matplotlib’s most important features is its ability to play well with many operating systems and graphics backends.

Matplotlib is a python library.

matplotlib is a 2D plot library that produces good quality figures.

although it has it origin in emulating the MATLAB graphics commands, it is independent of Matlab.

matplotlib consists of several plots like line, bar, scatter and histogram e.t.c.

plots help us in order to understand trends, patterns and to make a correlation.

It makes heavy use of NumPy and other extensions of code to provide good performance even for large arrays.