Polar Plot(극 좌표계)
- 중심에서의 거리 R, 각도 theta를 사용
- 회전, 주기성 표현
- projection = polar
- scatter, line, bar 모두 가능
- set_rmax(), set_rmin(), set_rticks()
- set_rlabel_position()
- set_thetamin(), set_thetamax()
- scatter(), bar(), plot(), fill()
Rader Plot
- 극좌표계를 사용한 차트
- Star Plot
- 데이터의 Quality
- 각 feature는 independent이어야함
- feature가 많으면 가독성 하락
- set_thetagrids(), set_theta_offset()
'부스트캠프 AI Tech > Data visualization' 카테고리의 다른 글
Seaborn (0) | 2022.02.04 |
---|---|
More tips (0) | 2022.02.04 |
Facet (0) | 2022.02.04 |
Color (0) | 2022.02.04 |
Text (0) | 2022.02.03 |