seaborn 공식사이트
https://seaborn.pydata.org/tutorial/color_palettes.html
sns.box(x= , y= , data= , palette='Set3') 이런식
https://hleecaster.com/python-seaborn-color/
seaborn built-in 컬러도 말해주고 용도에 따라 어떤 형식의 컬러를 써야하는지 추천해준다.
https://data101.oopy.io/4233e3f0-9ca1-41ad-bdd9-b3a26f7a2160
seaborn palette 설명법에 대해 자세히 설명해준다.
보통 기본적으로 제공하는 Sequential 색상이 연하게 -> 진하게 순서인데 바꾸고 싶으면 색상명뒤에 _r을 붙이면 된다는 걸 여기서 알았다. ex) 'RdPu_r'
-색 일련-
https://matplotlib.org/3.2.1/tutorials/colors/colormaps.html
matplotlib 공식사이트. heatmap built-in 컬러
seaborn palette설정때 여기에 써져있는색깔 그대로 사용가능하다. 굳이 Seaborn과 Matplotlib 구분없는것 같다
-단일 색-
https://matplotlib.org/2.0.2/examples/color/named_colors.html
'파이썬 > 사이트추천' 카테고리의 다른 글
데이터시각화 예시 모음집(matplotlib, seaborn) (0) | 2022.07.20 |
---|---|
df.plot 매개변수 정리사이트 (0) | 2022.07.17 |
유튜브 나도코딩 : 수준급 무료강의 (0) | 2022.07.06 |
Seaborn 공식사이트 (0) | 2022.07.02 |
Matplotlib : 공식 사이트 및 양식 설정 링크모음 (0) | 2022.06.28 |