seaborn.distplot#
- seaborn.distplot(a=None, bins=None, hist=True, kde=True, rug=False, fit=None, hist_kws=None, kde_kws=None, rug_kws=None, fit_kws=None, color=None, vertical=False, norm_hist=False, axlabel=None, label=None, ax=None, x=None)#
非推奨
この関数は非推奨となり、seaborn v0.14.0で削除されます。代わりに、モダンなAPIとより多くの機能を持つ2つの関数、
histplot()
とdisplot()
が使われるようになりました。更新のガイドについては、このノートブックをご覧ください。
https://gist.github.com/mwaskom/de44147ed2974457ad6372750bbe5751