반응형
Customizing Matplotlib using style sheets:
https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html
Style sheets reference — Matplotlib 3.10.5 documentation
Style sheets reference This script demonstrates the different available style sheets on a common set of example plots: scatter plot, image, bar graph, patches, line plot and histogram. Any of these style sheets can be imported (i.e. activated) by its name.
matplotlib.org

python에서 plt.style.use(" ") 부분에 적용하고자 하는 Style sheets명을 입력하고 시각화 코딩을 진행하면 된다.
<Style sheets 참고>
반응형
'데이터분석' 카테고리의 다른 글
| JSON이 반정형 데이터에 속하는 이유 (11) | 2025.08.14 |
|---|---|
| 공공데이터포탈에서 오픈API 사용하는 방법 (2) (2) | 2025.08.14 |
| 공공데이터포탈에서 오픈API 사용하는 방법 (1) (3) | 2025.08.14 |
| 데이터(Data)의 유형과 예시 (10) | 2025.08.14 |
| 데이터(Data) (10) | 2025.08.14 |


























