MLearning.ai
Published in

MLearning.ai

Top Python Libraries for Data Visualization (Static and Interactive Visualization)

A collection of Python libraries used for data visualization

Photo by Anna Nekrashevich from pexels

1. Matplotlib

Several types of data visualization can be created using Matplotlib
Several types of data visualization can be created using Matplotlib (Image compiled by the author)
# Install using pip:
pip install matplotlib

# Install using conda:
conda install matplotlib

2. Seaborn

Several types of statistical data visualization can be created using seaborn
Several types of statistical data visualization can be created using seaborn (Image from Seaborn)
# Install using pip:
pip install seaborn

# Install using conda:
conda install seaborn

3. Plotly

Several basic graphics on Plotly
Several basic graphics on Plotly (Image from Plotly).
# Install using pip:
pip install plotly

# Install using conda:
conda install -c plotly plotly

4. Bokeh

Several types of data visualization can be created using Bokeh
Several types of data visualization can be created using Bokeh (Image from Bokeh).
# Install using pip:
pip install bokeh

# Install using conda:
conda install bokeh

5. Altair

Several types of data visualization can be created using Altair
Several types of data visualization can be created using Altair (Image from Altair).
# Install using pip:
pip install altair

# Install using conda:
conda install -c conda-forge altair

6. Pydeck

# Install using pip:
pip install pydeck

# Install using conda:
conda install -c conda-forge pydeck

References:

--

--

Data Scientists must think like an artist when finding a solution when creating a piece of code. ⚪️ Artists enjoy working on interesting problems, even if there is no obvious answer ⚪️ linktr.ee/mlearning 🔵 Follow to join our 28K+ Unique DAILY Readers 🟠

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Dede Kurniawan

A writer who focuses on the topics of Python, Statistics, Machine Learning, and Deep Learning. LinkedIn: https://www.linkedin.com/in/dede-kurniawann/