%config InlineBackend.figure_format = 'retina'
#example
%config InlineBackend.figure_format = 'retina'
sns.barplot(data=df, x='species', y='body_mass_g')
plt.title('펭귄의 종별 몸무게')
plt.show()'Python_Wiki > Python_Library' 카테고리의 다른 글
| pandas: read_excel (0) | 2025.07.15 |
|---|---|
| Plotly 기초 / 스타일 설정하기 (1) | 2025.07.14 |
| matplotlib / seaborn 한글 적용하기 (0) | 2025.07.14 |
| Seaborn 스타일 설정 (2) | 2025.07.14 |
| pandas: stack, unstack, melt (데이터 구조 변경) (1) | 2025.07.14 |