Simple data visualisations in Python that you will find useful

Use these plots for your Data Science projects

Zolzaya Luvsandorj
Towards Data Science
8 min readOct 12, 2020

--

Being able to use data visualisation effectively is an important skill for Data Scientists. Visualising data helps us digest information easily and extract insights that are otherwise hard to extract. In this post, we will look at 5 types of plots with Seaborn and Matplotlib and their example applications for a data science project.

--

--