Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

qq plot using seaborn with regression line

>>> import seaborn as sns
>>> from seaborn_qqplot import pplot
>>> iris = sns.load_dataset('iris')
>>> pplot(iris, x="petal_length", y="sepal_length", kind='qq')
Source by seaborn-qqplot.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #qq #plot #seaborn #regression #line
ADD COMMENT
Topic
Name
5+6 =