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으로 데이터 시각화 개선하기