matplotlib library

The most popular Python library for creating charts is matplotlib. This library is a low-level charting library and has a syntax similar to Matlab. In this section you will find lots of examples with reproducible code

CUSTOMIZATION

Matplotlib provides lots of functions to customize the appearance of the charts. In the tutorials of this subsection you will learn all about how to improve the visual appearance of your plots, as adding titles to your matplotlib graphs, adding text annotations, how to customize the background color and other things related to the customization of the plots

ALL MATPLOTLIB CHARTS

Learn how to create beautiful matplotlib charts with the following tutorials. Each tutorial contains multiple examples with reproducible code to learn step by step