filmov
tv
Scatter Plots in Python: Matplotlib, Seaborn, Plotly & Plotnine

Показать описание
---------------------------------------------------------------------------------------------------
This video is part of the data visualization video series.
I'll demonstrate how to use scatter plots in Python with the most popular plotting libraries (Pandas, Seaborn, Matplotlib, Plotly and Plotnine).
I cover how you can do scatter plots conditioned by a variable with the small multiples technique, also called facets.
I hope you enjoy this series! Please subscribe and like the video to support the channel
Timeline:
0:00 Intro
0:41 Reading the data
01:34 How to plot a Scatter Plot with Pandas?
02:21 How to plot a Scatter Plot with Matplotlib?
02:31 How to plot an 2d hexbin histogram with Matplotlib?
05:12 How to plot a Scatter Plot with Seaborn?
05:28 How to plot a Scatter Plot using FacetGrid in Seaborn?
07:03 How to plot a Scatter Plot with Plotly Express?
08:07 How to plot a Scatter Plot with Plotnine?
10:11 Final Comments