0% found this document useful (0 votes)
82 views12 pages

Visualización

The document discusses 5 popular Python libraries for data visualization: Matplotlib, Seaborn, Plotnine, Bokeh, and Plotly. Matplotlib is a comprehensive library that most coders start with, while Seaborn builds on Matplotlib with better defaults. The other libraries each have their own strengths like interactivity (Bokeh), grammar of graphics implementation (Plotnine), or scientific and 3D charting (Plotly).

Uploaded by

Evelyn Ortiz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views12 pages

Visualización

The document discusses 5 popular Python libraries for data visualization: Matplotlib, Seaborn, Plotnine, Bokeh, and Plotly. Matplotlib is a comprehensive library that most coders start with, while Seaborn builds on Matplotlib with better defaults. The other libraries each have their own strengths like interactivity (Bokeh), grammar of graphics implementation (Plotnine), or scientific and 3D charting (Plotly).

Uploaded by

Evelyn Ortiz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

5 Must Try

Awesome Python
Data Visualization
Libraries
1

1. Matplotlib
Matplotlib is a comprehensive library for
creating static, animated, and interactive
visualizations in Python. Most of the coders
start their Data Visualisation journey with
Matplotlib.

/like www.DataCleanic.ml
2

Matplotlib
Features:

• It is designed like MATLAB hence switching


between the two is fairly easy.
• Comprises a lot of rendering backends.
• It can reproduce just about any plots (with a bit of
effort).
• Has been out there for over a decade, therefore,
boasts of a huge user base.

/like www.DataCleanic.ml
3

2. Seaborn
Seaborn harnesses the power of Matplotlib to
create beautiful charts in a few lines of code.
The key difference is Seaborn’s default styles
and color palettes, which are designed to be
more aesthetically pleasing and modern. Since
Seaborn is built on top of Matplotlib, you'll
need to know Matplotlib to tweak Seaborn's
defaults.

/like www.DataCleanic.ml
4

Seaborn
Features:

• Built in themes for styling matplotlib graphics


• Visualizing univariate and bivariate data
• Fitting in and visualizing linear regression models
• Plotting statistical time series data
• Seaborn works well with NumPy and Pandas data
structures
• It comes with built in themes for styling
Matplotlib graphics

/like www.DataCleanic.ml
5

3. Plotnine
Plotnine is an implementation of a grammar of
graphics in Python, it is based on ggplot2. The
grammar allows users to compose plots by
explicitly mapping data to the visual objects
that make up the plot.

/like www.DataCleanic.ml
6

Plotnine
Features:

• Statistical transformations
• Scales
• Coordinates systems
• Facets
• Themes

/like www.DataCleanic.ml
7

4. Bokeh
Bokeh is an interactive visualization library for
modern web browsers. It provides elegant,
concise construction of versatile graphics, and
affords high-performance interactivity over
large or streaming datasets. Bokeh can help
anyone who would like to quickly and easily
make interactive plots, dashboards, and data
applications.

/like www.DataCleanic.ml
8

Bokeh
Features:

• Flexible
• Interactive
• Powerful
• Productive
• Shareable
• Open Source

/like www.DataCleanic.ml
9

5. Plotly
plotly is an interactive, open-source, and
browser-based graphing library for Python.
Built on top of plotly.js, plotly.py is a high-level,
declarative charting library. plotly.js ships with
over 30 chart types, including scientific charts,
3D graphs, statistical charts, SVG maps,
financial charts, and more.

/like www.DataCleanic.ml
10

Plotly
Features:

• Charts, Dashboards
• File Export, App Manager
• Kubernetes, Authentication
• Jobs Queue, Snapshot Engine
• Embedding, Big Data for Python

/like www.DataCleanic.ml
Stay in touch !

@DataCleanic

www.DataCleanic.ml

You might also like