用 Python 提升数据可视化
Nick Strayer
Instructor

乏味 → 抢眼
多样性更佳



"无论采用何种排列,颜色-大小错觉都明显存在。"

sns.barplot(x = values, y = ids)

sns.barplot(x = values, y = ids,
edgecolor = 'black')

sns.barplot(x = values, y = ids, color = 'cadetblue')

用 Python 提升数据可视化