Matplotlib ํ์ฉํ๊ธฐ
PYCON KOREA 2022
YouTube ํผ๋ํ Matplotlib์์ ์ง์ ์ฐพ๊ธฐ
ํด๋น ํฌ์คํธ๋ ์์ YouTube ํผ๋ํ Matplotlib์์ ์ง์ ์ฐพ๊ธฐ ์์์ ๋ณด๊ณ matplotlib์ ํ์ฉ๋ฒ์ ๋ํด ๊ณต๋ถํ๋ฉด์ ์ ๋ฆฌํ ๊ธ์ด๋ค.
[ TO DO ]
1. ์ ์์ Matplotlib ๊ทธ๋ฆผ์ ์์๊ฒ - ๋ฑ seaborn๋งํผ๋ง
2. ๊ณ ๊ธ ๊ทธ๋ฆฌ๋ ๋ฒ ์์๋ณด๊ธฐ - ์ด๊ฒ Matplotlib์ผ๋ก ๋๋ค๊ณ ?
3. ์ง์ ์ฐพ๊ธฐ - ๋ณต์กํ ๊ณผ์ ์ ์ฒด๊ณ์ ์ผ๋ก ์ํํ๋ ๋ฒ
1๏ธโฃ ์๊ฐํ ํ๊ฒฝ ์ค์ ๋ฐฐ์, ์คํ์ผ โก๏ธ seaborn
2๏ธโฃ ํ๋ฉด ๊ตฌ์ฑ ํฌ๊ธฐ, ๋ถํ , ์ฌ๋ฐฑ์ง์ ; matplotlib
3๏ธโฃ ๋ฐ์ดํฐ ์น๊ธฐ ๋ฐ์ดํฐ ์ข ๋ฅ & ๋ชฉ์ ; seaborn, scikitlearn, NetworkX, GeoPandas
4๏ธโฃ ๋ถ๊ฐ ์์ ์ค์ ์ ๋์ ์ ๋ฌ๋ ฅ ๊ฐํ ; matplotlib
5๏ธโฃ ์ค์ ๋ฐ์ดํฐ ๊ฐ์กฐ ์ ์์ ๋ณ๊ฒฝ ; matplotlib
6๏ธโฃ ๋ณด์กฐ ์์ ์ค์ ์ ์์ ์ ๋ฌ๋ ฅ ๊ฐํ ; matplotlib
๋ฌธ์ 1. ์ ์์ Matplotlib
ํด๊ฒฐ 1. seaborn ์ฌ์ ์ค์
import seaborn as sns
sns.set_context("talk") # ๋ฐํ์ ์ ๋นํ ์ฌ์ด์ฆ๋ก
sns.set_palette("Set2") # ๋ฐฐ์ ๋ณ๊ฒฝ
sns.set_style("whitegrid") # ๋๊ธ, ๋ฐฐ๊ฒฝ, ๊ฒฉ์ ์ค์
์ด ์์ ์ ์ฝ๋ ๋งจ ์ฒ์์ ๋ฑ ํ ๋ฒ๋ง ํ๋ฉด ๋จ!
๐ You need to log in to GitHub to write comments. ๐
If you can't see comments, please refresh page(F5).