브렌쏭의 Veritas_Garage

[Data Visualization] Libraries 본문

[Project_하다]/[Project_공부]

[Data Visualization] Libraries

브렌쏭 2024. 7. 22. 09:09

Matplotlib

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

 

Matplotlib — Visualization with Python

seaborn seaborn is a high level interface for drawing statistical graphics with Matplotlib. It aims to make visualization a central part of exploring and understanding complex datasets. statistical data visualization Cartopy Cartopy is a Python package des

matplotlib.org

 

Seaborn

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

 

Example gallery — seaborn 0.13.2 documentation

 

seaborn.pydata.org

 

Plotly

Plotly is a Python graphing library that makes interactive, publication-quality graphs online.

 

Plotly

Over 37 examples of Plotly Express including changing color, size, log axes, and more in Python.

plotly.com

 

Bokeh

Bokeh is an interactive visualization library that targets modern web browsers for presentation.

 

Gallery

All of the examples below are located in the examples subdirectory of the Bokeh repository. Click on an image below to see its code and interact with a live plot. Basic plotting Appearance Topic gu...

docs.bokeh.org

 

Altair

Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite.

 

Example Gallery — Vega-Altair 5.3.0 documentation

 

altair-viz.github.io

 

Holoviews

HoloViews is an open-source Python library designed to make data analysis and visualization seamless and simple.

 

Gallery — HoloViews v1.19.1

Multichannel Timeseries Viewer

holoviews.org

 

Geopandas

GeoPandas is an open-source project to make working with geospatial data in Python easier.

 

Folium

Folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library.

 

Redirecting to latest Folium documentation

 

python-visualization.github.io

 

Comments