Seaborn jointplot | What is a joint plot and how to code a jointplot in Python Seaborn

preview_player
Показать описание
In this Seaborn jointplot video, I use step-by-step slides to answer, "What is a joint plot?" and demonstrate how to make a jointplot using Seaborn Python code. I show you how you can change the Seaborn joint plot kind to include to be scatter, kde, reg, or a hist. I demonstrate how to display categorical variables through jointplot hue. Finally, I explain the joint and marginal distribution plots on the jointplot and show you how to style a jointplot through keyword arguments to change the jointplot color, palette, and size.

0:00 Introduction
0:34 What is a joint plot?
3:40 Plot Kinds
6:32 Categorical Variables
8:00 Advanced Styling

Github Code:

Related Videos:

#seaborn #dataviz
Рекомендации по теме
Комментарии
Автор

Best Tutorial for Seaborn on YouTube. Keep up the great work Kimberly.

gauthamambethkar
Автор

Thank you for this series, very helpful, with your help now I know how to read the plot too, lots of love!!

comradefoodie
Автор

excellent seaborn tutorial so far, i have ever seen

sobersabin
Автор

Very helpful seaborn series!! Loving it!!!

samruddhideshmukh
Автор

This video is really comprehensive! Thanks for making it!!
I have a small question. What software do you use for editing your videos?
I am looking for tools to start creating video content.

vivekjoshi
Автор

Top, as usually! Thanks so much, Kimberly👋

andreazecchi
Автор

Thank you so much Kimberly... This is amazing...

das
Автор

Great work, thnks for sharing with us

bubblebath
Автор

Wow !!!! i just found you channel and is incredible! Thanks)] :)

gama
Автор

Hello Kimberly,

thank you for the excellent tutorials on Seaborn. Have followed them all on the computer.

One question about this: How can I insert formula text into the graphs? For example, I would like to include the linear regression formula as text in Seaborn graphs.

Thanks for your help already here.

Vielen Dank und viele Grüße aus D.

Kurt

topfundus
Автор

Hello! Is it possible to plot joint probability for three variables? I have been looking for an answer for a couple of days, however, I could not find any python library for that. Do you have any suggestion/idea?

ecemgungor
Автор

nice video, thank you teacher, great person.

lawrencetaulk
Автор

Hi, thanks for this great lesson on joint plots. I applied your method to the data we are using but noticed that for kind = 'hist' seaborn was giving us (you and me) very different default bin sizes. I must have at least 50 while you have about 10. Why might that be and how to take control over this?

johnbainbridge
Автор

What would I do if I only wanted to see the geysers that are 'Long' or only the geysers that are 'Short'?

jaredagravante
Автор

Thanks a lot, Kimberly.
Is there a way to plot multiple plots (multiple x, y) in one graph using joinplot??? since hue is not working for multiple tables

fatmashaban
Автор

Thanks for videos, I have some questions.
1 - How can I get plotted values, so the joint probability density values as a data or matrix?
2 - How can I calculate probability density function for three random variables?

tadimlikturkuler
Автор

Nice video. I have the following questions.
If my hue column had many values and I want to know which colour means which value then what to do?

Also, if I want to change the bin widths of the marginal histograms, then what should I do?

aishikroychaudhury
Автор

Wow, definitely very useful than reading the page. Is it possible to extract those "clusters" points from the kde plot?
For instance I just want the points (cluster) only inside the core circle shown at 4:51.

harishgunasekaran
Автор

Thank you for the very informative videos. I have just recently came across your videos while trying to display spatial data that contain anomalies in either y direction, x direction or both. Can you kindly suggest which plot I should adopt.

AliMBaba-dosl
Автор

Thank you for these videos! I am a true beginner. And got confused when you end many rows with ; When do you use " ; " is it optional or does it come with Seaborn?

anneborgstrom