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
- « plotly.expres...
- plotly.graph_... »
plotly.graph_objects
: low-level interface to figures, traces and layout¶
plotly.graph_objects
contains the building blocks of plotly Figure
: traces
(Scatter
, Bar
, …) and Layout
>>> import plotly.graph_objects as go
Simple Traces¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Distribution Traces¶
|
|
|
|
|
|
|
|
|
Finance Traces¶
|
|
|
|
|
|
|
|
|
|
|
3D Traces –
|
|
|
|
|
|
|
|
|
|
|
|
|
Map Traces¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specialized Traces¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|