This blog is not a documetation or an article project, its just expanded bookmarks with timeline
fig, ax = plt.subplots(1, 2, figsize=(18, 5)) sns.histplot(data=df, x='seats', kde=True, ax=ax[0]) sns.kdeplot(data=df, x='seats', hue='category', ax=ax[1]) plt.show()
Комментариев нет:
Отправить комментарий