Articles → SEABORN → Jointplot Function In Seaborn

Jointplot Function In Seaborn






Purpose





Code


import seaborn as sns
import matplotlib.pyplot as plt
data = sns.load_dataset('penguins')
sns.jointplot(x='bill_length_mm', y='bill_depth_mm', data=data)



Output


Picture showing the output of jointplot function in seaborn



Kind Attribute




import seaborn as sns
import matplotlib.pyplot as plt
data = sns.load_dataset('penguins')
sns.jointplot(x='bill_length_mm', y='bill_depth_mm', data=data, kind="hex")


Picture showing the output of kind attribute in jointplot function





Posted By  -  Karan Gupta
 
Posted On  -  Thursday, October 24, 2024

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250