Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

scatter density plot seaborn

>>> iris = sns.load_dataset("iris")
>>> g = sns.jointplot("sepal_width", "petal_length", data=iris,
...                   kind="kde", space=0, color="g")
Source by seaborn.pydata.org #
 
PREVIOUS NEXT
Tagged: #scatter #density #plot #seaborn
ADD COMMENT
Topic
Name
3+1 =