CARVIEW |
-
Site
plotly.express
: high-level interface for data visualizationplotly.graph_objects
: low-level interface to figures, traces and layoutplotly.subplots
: helper function for laying out multi-plot figuresplotly.figure_factory
: helper methods for building specific complex chartsplotly.io
: low-level interface for displaying, reading and writing figures
- Page
- « Python API re...
- plotly.expres... »
plotly.express
: high-level interface for data visualization¶
The plotly.express module is plotly’s high-level API for rapid figure generation.
>>> import plotly.express as px
|
In a scatter plot, each row of |
|
In a 3D scatter plot, each row of |
|
In a polar scatter plot, each row of |
|
In a ternary scatter plot, each row of |
|
In a scatter map, each row of |
|
scatter_mapbox is deprecated! Use scatter_map instead. |
|
In a geographic scatter plot, each row of |
|
In a 2D line plot, each row of |
|
In a 3D line plot, each row of |
|
In a polar line plot, each row of |
|
In a ternary line plot, each row of |
|
In a line map, each row of |
|
line_mapbox is deprecated! Use line_map instead. |
|
In a geographic line plot, each row of |
|
In a stacked area plot, each row of |
|
In a bar plot, each row of |
|
In a timeline plot, each row of |
|
In a polar bar plot, each row of |
|
In a violin plot, rows of |
|
In a box plot, rows of |
|
In a Empirical Cumulative Distribution Function (ECDF) plot, rows of |
|
In a strip plot each row of |
|
In a histogram, rows of |
|
In a pie plot, each row of |
|
A treemap plot represents hierarchial data as nested rectangular |
|
A sunburst plot represents hierarchial data as sectors laid out over |
|
An icicle plot represents hierarchial data with adjoined rectangular |
|
In a funnel plot, each row of |
|
In a funnel area plot, each row of |
|
In a scatter plot matrix (or SPLOM), each row of |
|
In a parallel coordinates plot, each row of |
|
In a parallel categories (or parallel sets) plot, each row of |
|
In a choropleth map, each row of |
|
In a choropleth map, each row of |
|
choropleth_mapbox is deprecated! Use choropleth_map instead. |
|
In a density contour plot, rows of |
|
In a density heatmap, rows of |
|
In a density map, each row of |
|
density_mapbox is deprecated! Use density_map instead. |
|
Display an image, i.e. data on a 2D regular raster. |
|
|
Extracts fit statistics for trendlines (when applied to figures generated with the |