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 charts¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Distributions¶
|
|
|
|
|
|
|
|
|
Finance¶
|
|
|
|
|
|
|
|
|
|
|
3D¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Maps¶
|
|
|
|
|
|
|
|
|
Specialized¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|