You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**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 |
20
20
21
-
-[Matplotlib 튜토리얼](/matplotlib/README.md)
21
+
-[Matplotlib Tutorial](/matplotlib/README.md)
22
+
-[Seaborn Tutorial](/matplotlib/README.md)
22
23
23
24
### Interactive
24
25
@@ -52,11 +53,11 @@ matplotlib의 경우에는 인터랙티브하게 사용할 수 있으나 보통
52
53
|**folium**| leaflet.js |[folium](https://python-visualization.github.io/folium/)|[github](https://github.com/python-visualization/folium)| O |
53
54
|**geopandas**||[geopandas](https://geopandas.readthedocs.io/en/latest/)|[github](https://github.com/geopandas/geopandas)| X |
54
55
|**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 |
56
57
57
-
### Specific
58
+
### ETC
58
59
59
-
특수한 목적의 시각화 라이브러리입니다.
60
+
특수한 목적의 시각화 라이브러리입니다. 이 라이브러리는 Matplotlib을 기반으로 만들어졌습니다.
60
61
61
62
| Name | Description | Documentation | Github | use |
0 commit comments