• Post category:StudyBullet-6
  • Reading time:4 mins read


An Overview of Seaborn and The Different Plots Available in Seaborn

What you will learn

Learn the fundamentals of Seaborn

Overview of different plots available in Seaborn

Learn about the different families of plots built into Seaborn

Features of Seaborn

Python for Data Visualization

Hands-on learning with Seaborn

Description

This course will help you get started with Seaborn by walking through the structure of its library, showing how to create key charts in Seaborn, and comparing the results with equivalent plots created with Matplotlib.

Seaborn is a Python data visualization library based on matplotlib.  It provides beautiful default styles and color palettes to make statistical plots more attractive. It is built on the top of matplotlib library and also closely integrated to the data structures from pandas.

In this course, I will guide you through an overview of different plots available in Seaborn.

We will go over three different families of plots built into Seaborn: relational, distribution, and categorical plots. Relational plots are used for highlighting the relationship between two variables.


Get Instant Notification of New Courses on our Telegram channel.


In Seaborn, these are scatter plots and line plots. Distribution plots make it easy to see the shape of a data set, and help understand how its values are distributed.

Seaborn aims to make visualization the central part of exploring and understanding data. It provides dataset-oriented APIs, so that we can switch between different visual representations for same variables for better understanding of dataset.

This course takes a detailed look at this library in the Seaborn.

Data visualization has been one of the most important driving forces in the field of Data Analytics. It powers millions of businesses across the globe and provides in-depth insights into the data at hand. This makes it vital that you know about the latest and the most popular data visualization libraries out there: Seaborn in Python is one of these.

English
language

Content

Introduction

Introduction
Relational Plots
Distribution Plots
Categorical Plots

Plotting Functions

Setting Up a New JupyterLab Environment
Setting Up Seaborn
Exploring the Data
Relationship Plots
Distribution Plots
Categorical Scatter Plot
Categorical Distribution Plots
Categorical Estimation Plots

Seaborn Data Visualization Challenges

Setting up
Scatter Plot
Histogram and Kernel Density Estimation
Strip Plot
Box and Violin Plots
Bar and Count Plots