[TIL] #1.1.4 Data Visualize

Bella·2021년 3월 10일
0

TIL

목록 보기
4/11

seaborn plot 정리

https://velog.io/@bella/seaborn-plot-%EC%A2%85%EB%A5%98

seaborn 기능

.set(xlabel=None, ylabel=None)
plt.xlabel(None)
plt.ylabel(None)
  • x축 y축 레이블 제거
current_palette = sns.color_palette()
sns.palplot(current_palette)

merge

시각화 인사이트 늘리기

https://public.tableau.com/ko-kr/gallery
http://newsjel.ly/
https://plotly.com/python/
https://dash-gallery.plotly.host/Portal/
https://www.theguardian.com/technology/data-visualisation
https://matplotlib.org/gallery/index.html
https://danbi-ncsoft.github.io/study/2018/10/01/visualization-pitfalls.html

profile
Here Today, Gone Tomorrow

0개의 댓글