This blog is not a documetation or an article project, its just expanded bookmarks with timeline
import seaborn as sns from numpy import median sport = sns.load_dataset('exercise') ax = sns.boxplot(x='kind', y='pulse', hue='diet', data=sport)
Комментариев нет:
Отправить комментарий