python

First Dive into Seaborn Visualization

INTERMEDIATE

#python

Author: Sofiia Piustonen

Course description

Together we will make the first "dive" into visualization based on a seaborn library. We will learn how to build simple plots and how to customize them. You will cope faster with tasks if you know something about pandas:) Do not hesitate and let's go!

info

Complete all chapters to get certificate

0%

Nice to Meet You, Seaborn!

chevron

In this section, we will come to know about the Seaborn library and will build our first plot! We will also learn about friendship between the pandas and the Seaborn.

A Little about Seaborn

Countplot

Seaborn & pandas are BFF!

More and More Plots

chevron

We continue learning plots with Seaborn. You will learn some more new plots and even build 3-variable plot!

Scatterplot

3-variable Scatterplot

Colors in a 3-variable Plot

Lineplot

3-variable Lineplot

Histplot

Plot Customization

chevron

Plots seem so boring without customization... In this section, we will learn how to make our plots perfectly styled!!

Challenge

Adding the Plot Title

Let's Cope with Axles

Decoration and...Decoration!

I'm an Artist, That's how I See It!

The last Step!