Matplotlib — Visualization with Python

W3Schools.com

INTRODUCTION

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible. Create publication quality plots. Make interactive figures that can zoom, pan, update. Customize visual style and layout.

Matplotlib is a powerful library for data visualization, primarily used to create static, animated, and interactive plots.

Data Visualization Plots

Draw a Bar Plot

Draw a Clustered Bar Plot

Draw a Stacked Bar Plot

Draw a Histogram Plot

Draw a Box Plot

Draw an Area Plot

Draw a Scatter Plot

Draw a Pie Chart

Draw a Line Graph