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
Figure
|
Layout
|
Simple Traces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Distribution Traces
|
|
|
|
|
|
|
|
|
Finance Traces
|
|
|
|
|
|
|
|
|
|
|
3D Traces
|
|
|
|
|
|
|
|
|
|
|
|
|
Map Traces
|
|
|
|
|
|
|
|
|
Specialized Traces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|