Data visualisation

Matplotlib

Visualisation through plots and graphs is one of the most powerful ways to understand and interpret data and the results of data analysis.

Human being are adept at getting information when it presented visually.

In the tutorial below, I showcase the grandparent of plotting libraries in Python. Matplotlib.

Matplotlib is arguably the largest plotting package in the Python data science stack. With matplotlib we can control every aspect of a plot or a graph. This means that matplotlib is not always easy to use. Throughout the tutorial, though, you will gain enough knowledge to become a power user. I showcase both main ways to generate plots.

After watching this tutorial, you will be able to create beautiful plot, full of information.