https://hleecaster.com/python-seaborn-set-style-and-context/
Background color, Grid, Despine(축/테두리) 설정/해제 방법
style, context, 마지막 부분에 rc(run command) 딕셔너리까지 설명해준다.
seaborn 그래프를 간편하게 다듬을 수 있다.
sns.set_style("darkgrid")
#darkgrid.whitegrid,ticks,dark,white
sns.set_context('poster') #축에 있는 글자 커짐
sms.set(font_scale=2)는 전역설정이다.
ㄴ계속 실행하면 사이즈가 갈수록 커진다. 그러므로 한번만 실행하고 주석처리 해야된다.
'파이썬. 데이터분석 > Seaborn' 카테고리의 다른 글
◆Seaborn : figure-level, axes-level 차이 (0) | 2022.07.19 |
---|---|
Seaborn : plot xticks, yticks만 크기 조절하는법 (0) | 2022.07.18 |
Seaborn : relplot (hue,style,col,size) (0) | 2022.07.18 |
Seaborn : sns.set(font_scale=2) 폰트 규모 조정 (0) | 2022.07.18 |
다양한 Seaborn 개념 (0) | 2022.06.14 |