📜  qq plot 使用 seaborn - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:35.508000             🧑  作者: Mango

代码示例1
>>> pplot(iris, x="sepal_length", y=gamma, hue="species", kind='qq', height=4, aspect=2, display_kws={"identity":True})