Closed JiyangChang closed 1 week ago
Hi,
Thanks for the great tools.
I'm trying to change the KDE line color in sns.hisplot() function but it doesn't work.
data = [1, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 5, 6, 7] sns.histplot(data, kde=True, line_kws={'color': 'red'}) plt.show()
Duplicate of https://github.com/mwaskom/seaborn/issues/3414
Hi,
Thanks for the great tools.
I'm trying to change the KDE line color in sns.hisplot() function but it doesn't work.