簡體   English   中英

seaborn.distplot - kde 關鍵字列表

[英]seaborn.distplot - list of kde keywords

有人可以指出可接受的 kde 關鍵字 arguments 列表嗎? 我知道一些,例如:

kde_kws={"linewidth": 4, 'linestyle':'--', "color": "k", "label": "KDE"}

您可以在此處找到 kde 關鍵字 arguments: https://seaborn.pydata.org/generated/seaborn.kdeplot.html

您建議的 kde 關鍵字 arguments 實際上是

其他關鍵字 arguments 被傳遞給 plt.plot() 或 plt.contour{f} 取決於是否正在繪制單變量或雙變量 plot。

因此,如果您正在尋找 plt.plot 或 plt.contour 的關鍵字 arguments 或 plt.contour,請在 matplotlib 文檔中查找它們。

https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.plot.html https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.contour.html

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM