Matplotlib
Matplotlib is a popular data visualization library for Python. It provides a wide range of functions and classes for creating static, animated, and interactive plots. Matplotlib supports various types of plots, including line plots, scatter plots, bar plots, histograms, and more. It is highly customizable and allows you to control every aspect of the plot, including colors, labels, axes, and annotations. Matplotlib is widely used in scientific computing, data analysis, and visualization tasks. To install Matplotlib in Python, you can use the command pip install matplotlib