Skip to content

Commit 35f9655

Browse files
committed
add more tutorial list
1 parent 1c2a91f commit 35f9655

File tree

3 files changed

+80
-10
lines changed

3 files changed

+80
-10
lines changed

β€ŽREADME.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ Python + λ°μ΄ν„°μ‹œκ°ν™”λ‘œ ν•  수 μžˆλŠ” λ‹€μ–‘ν•œ νŒλ“€κ³Ό νŠœν† λ¦¬μ–Ό
88
99
### Static
1010

11-
λ²”μš©μ μœΌλ‘œ μ‚¬μš©ν•˜λŠ” 데이터 μ‹œκ°ν™” λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€.
11+
λ²”μš©μ μœΌλ‘œ μ‚¬μš©ν•˜λŠ” 정적 데이터 μ‹œκ°ν™” λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€.
1212

1313
matplotlib의 κ²½μš°μ—λŠ” μΈν„°λž™ν‹°λΈŒν•˜κ²Œ μ‚¬μš©ν•  수 μžˆμœΌλ‚˜ 보톡 정적 데이터 μ‹œκ°ν™”μ— 많이 ν™œμš©ν•©λ‹ˆλ‹€.
1414

15-
| Name | Description | Documentation | Github | use |
16-
| -------------- | ------------------------------------- | ------------------------------------------------------ | -------------------------------------------------- | --- |
17-
| **matplotlib** | κ°€μž₯ 기본적인 μ‹œκ°ν™” 라이브러리 | [matplotlib](https://matplotlib.org/) | [github](https://github.com/matplotlib/matplotlib) | O |
18-
| **seaborn** | matplotlib을 λ² μ΄μŠ€λ‘œν•˜λŠ” 톡계 μ‹œκ°ν™” | [seaborn](http://seaborn.pydata.org/) | [github](https://github.com/mwaskom/seaborn) | O |
19-
| **plotnine** | ggplot2을 μ‚¬μš©ν•  수 μžˆλŠ” 라이브러리 | [plotnine](https://plotnine.readthedocs.io/en/stable/) | [github](https://github.com/has2k1/plotnine) | X |
15+
| Name | Description | Documentation | Github | use |
16+
| -------------- | ------------------------------------------ | ------------------------------------------------------ | -------------------------------------------------- | --- |
17+
| **matplotlib** | κ°€μž₯ 기본적이고 λ²”μš©μ μΈ μ‹œκ°ν™” 라이브러리 | [matplotlib](https://matplotlib.org/) | [github](https://github.com/matplotlib/matplotlib) | O |
18+
| **seaborn** | matplotlib을 λ² μ΄μŠ€λ‘œν•˜λŠ” 톡계 μ‹œκ°ν™” | [seaborn](http://seaborn.pydata.org/) | [github](https://github.com/mwaskom/seaborn) | O |
19+
| **plotnine** | ggplot2을 μ‚¬μš©ν•  수 μžˆλŠ” 라이브러리 | [plotnine](https://plotnine.readthedocs.io/en/stable/) | [github](https://github.com/has2k1/plotnine) | X |
2020

21-
- [Matplotlib νŠœν† λ¦¬μ–Ό](/matplotlib/README.md)
21+
- [Matplotlib Tutorial](/matplotlib/README.md)
22+
- [Seaborn Tutorial](/matplotlib/README.md)
2223

2324
### Interactive
2425

@@ -52,11 +53,11 @@ matplotlib의 κ²½μš°μ—λŠ” μΈν„°λž™ν‹°λΈŒν•˜κ²Œ μ‚¬μš©ν•  수 μžˆμœΌλ‚˜ 보톡
5253
| **folium** | leaflet.js | [folium](https://python-visualization.github.io/folium/) | [github](https://github.com/python-visualization/folium) | O |
5354
| **geopandas** | | [geopandas](https://geopandas.readthedocs.io/en/latest/) | [github](https://github.com/geopandas/geopandas) | X |
5455
| **googlemaps** | ꡬ글 지도 API | [googlemaps](https://googlemaps.github.io/google-maps-services-python/docs/index.html) | [github](https://github.com/googlemaps/google-maps-services-python) | X |
55-
| **kapler.gl** | Jupyter Widget으둜 μ‚¬μš©κ°€λŠ₯ (3D) | [kapler.gl](https://docs.kepler.gl/docs/keplergl-jupyter) | [github](https://github.com/keplergl/kepler.gl/tree/master/bindings/kepler.gl-jupyter) | X |
56+
| **kepler.gl** | Jupyter Widget으둜 μ‚¬μš©κ°€λŠ₯ (3D) | [kepler.gl](https://docs.kepler.gl/docs/keplergl-jupyter) | [github](https://github.com/keplergl/kepler.gl/tree/master/bindings/kepler.gl-jupyter) | X |
5657

57-
### Specific
58+
### ETC
5859

59-
νŠΉμˆ˜ν•œ λͺ©μ μ˜ μ‹œκ°ν™” λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€.
60+
νŠΉμˆ˜ν•œ λͺ©μ μ˜ μ‹œκ°ν™” λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€. 이 λΌμ΄λΈŒλŸ¬λ¦¬λŠ” Matplotlib을 기반으둜 λ§Œλ“€μ–΄μ‘ŒμŠ΅λ‹ˆλ‹€.
6061

6162
| Name | Description | Documentation | Github | use |
6263
| ------------- | ------------- | ------------------------------------------------------ | ---------------------------------------------------- | --- |
@@ -65,6 +66,7 @@ matplotlib의 κ²½μš°μ—λŠ” μΈν„°λž™ν‹°λΈŒν•˜κ²Œ μ‚¬μš©ν•  수 μžˆμœΌλ‚˜ 보톡
6566
| **wordcloud** | μ›Œλ“œ ν΄λΌμš°λ“œ | [wordcloud](https://amueller.github.io/word_cloud/) | [github](https://github.com/amueller/word_cloud) | O |
6667
| **squarify** | 트리맡 | | [github](https://github.com/laserson/squarify) | O |
6768

69+
- [ETC Tutorial](/etc/README.md)
6870

6971
### Interpretable AI
7072

β€Žetc/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ETC (λ‹€μ–‘ν•œ νŠΉν™” 라이브러리)
2+
3+
### Missingno
4+
5+
### PyWaffle
6+
7+
### Wordcloud
8+
9+
- Word Cloud의 κΈ°λ³Έ μš”μ†Œ
10+
- μ›ν•˜λŠ” λͺ¨μ–‘μœΌλ‘œ Word Cloud λ§Œλ“€κΈ°
11+
- μ›ν•˜λŠ” 이미지λ₯Ό 배경으둜 λ§Œλ“€κΈ°
12+
13+
14+
### Squarify

β€Žseaborn/README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Seaborn
2+
3+
> APIλ₯Ό κΈ°μ€€μœΌλ‘œ λ‚˜λˆˆ λͺ©μ°¨μ΄λ©°, 각 λ‚΄μš©μ€ 곡식 μ‚¬μ΄νŠΈλ₯Ό κ°μƒ‰ν•œ λ‚΄μš©μž…λ‹ˆλ‹€.
4+
5+
**Todo** : μ μ ˆν•œ Clustering ν•„μš”
6+
7+
8+
9+
## μš©λ„λ³„ Plot
10+
11+
### 1. Relation
12+
13+
- relplot
14+
- scatterplot
15+
- lineplot
16+
17+
### 2. Categorical
18+
19+
- catplot
20+
- stripplot
21+
- swarmplot
22+
- boxplot
23+
- violinlplot
24+
- boxenplot
25+
- pointplot
26+
- barplot
27+
- countplot
28+
29+
### 3. Distribution
30+
31+
- distplot
32+
- kdeplot
33+
- rugplot
34+
35+
### 4. Regression
36+
37+
- lmplot
38+
- regplot
39+
- residplot
40+
41+
### 5. Matrix
42+
43+
- heatmap
44+
- clustermap
45+
46+
## μ»€μŠ€ν…€μ„ μœ„ν•œ API
47+
48+
### 6. Multiple Plots
49+
50+
- Facet Grids
51+
- Pair Grids
52+
- Joint Grids
53+
54+
### 7. Style

0 commit comments

Comments
 (0)