Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

qq plot using seaborn with regression line

>>> pplot(iris, x="sepal_length", y="petal_length", hue="species", kind='qq', height=4, aspect=2, display_kws={"identity":False, "fit":True})
Source by seaborn-qqplot.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #qq #plot #seaborn #regression #line
ADD COMMENT
Topic
Name
9+4 =