Interactive Visualization With Plotly Express

Interactive Visualization With Plotly Express

Copyright: © 2023 |Pages: 25
DOI: 10.4018/978-1-6684-7100-5.ch009
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Data visualisation is the process of visualizing data for the purpose of analyzing and correlating data to confirm complicated ideas and to spot visual patterns after an investigation. Data visualization allows data scientists to quickly identify visual patterns and trends that may not be immediately apparent from raw data. Visualization also enables us to build models that are easier for stakeholders to understand and apply. Data visualization is an essential tool for exploratory data analysis (EDA). Plotly Express is a terse, high-level Python visualization library. It is a wrapper module for Plotly library that provides simple interface for visualizing data in the form of various plots, maps, graph objects, layouts, traces, figures, etc. Plotly Express is a user-friendly, high-level interface to Plotly that generates easily styleable, interactive, beautiful, and informative figures visualizing various types of data. Plotly Express provides interactive visualizations.
Chapter Preview
Top

Plotly Express For Data Visualization

Plotly Express is a terse, high-level Python visualization library. It is a wrapper module for the Plotly library that provides a simple interface for visualizing data in various plots, maps, graph objects, layouts, traces, figures, etc. Plotly Express is a user-friendly, high-level interface to Plotly, which generates easily style able, interactive, beautiful, and informative figures visualizing various types of data. Plotly Express provides interactive visualizations; for example, the Plotly figures are by default appended with hover text which the programmer can customize. An overview of Plotly Express can be referred to at (Plotly Express in Python, 2022). Table 1 illustrates the different types of plots supported by Plotly Express.

Table 1.
Types of plots supported by Plotly Express
Plot TypeVarious Types of Plots Supported by Plotly Express
Basic Plotsscatter, dot, line, area, bar, funnel, timeline
Part-of- Wholepie, sunburst, treemap. icicle, funnel_area
1D Distributionshistogram, box, violin, strip, ecdf
2D Distributionsdensity_heatmap. density_contour
Matrix or Image Inputimshow
3-Dimensionalscatter_3d, line_3d
Multidimensionalscatter matrix, parallel_coordinates, parallel_categories
Tile Mapsscatter_mapbox, line_mapbox, choropleth_mapbox, density_mapbox
Outline Mapsscatter_geo, line geo, choropleth
Polar Chartsscatter_polar, line_polar, bar_polar
Ternary Chartsscatter_ternary, line_ternary

Complete Chapter List

Search this Book:
Reset