Plotly#
Subgrounds Plotly Components
Extending plotly components to be able to understand subgrounds logic.
- class subgrounds.contrib.plotly.TraceWrapper(**kwargs)#
- class subgrounds.contrib.plotly.Scatter(**kwargs)#
See https://plotly.com/python/line-and-scatter/
- graph_object#
alias of
Scatter
- class subgrounds.contrib.plotly.Pie(**kwargs)#
See https://plotly.com/python/pie-charts/
- graph_object#
alias of
Pie
- class subgrounds.contrib.plotly.Bar(**kwargs)#
See https://plotly.com/python/bar-charts/
- graph_object#
alias of
Bar
- class subgrounds.contrib.plotly.Heatmap(**kwargs)#
See https://plotly.com/python/heatmaps/
- graph_object#
alias of
Heatmap
- class subgrounds.contrib.plotly.Contour(**kwargs)#
See https://plotly.com/python/contour-plots/
- graph_object#
alias of
Contour
- class subgrounds.contrib.plotly.Table(**kwargs)#
See https://plotly.com/python/contour-plots/
- graph_object#
alias of
Table
- class subgrounds.contrib.plotly.Box(**kwargs)#
See https://plotly.com/python/box-plots/
- graph_object#
alias of
Box
- class subgrounds.contrib.plotly.Violin(**kwargs)#
See https://plotly.com/python/violin/
- graph_object#
alias of
Violin
- class subgrounds.contrib.plotly.Histogram(**kwargs)#
See https://plotly.com/python/histograms/
- graph_object#
alias of
Histogram
- class subgrounds.contrib.plotly.Histogram2d(**kwargs)#
See https://plotly.com/python/2D-Histogram/
- graph_object#
alias of
Histogram2d
- class subgrounds.contrib.plotly.Histogram2dContour(**kwargs)#
See https://plotly.com/python/2d-histogram-contour/
- graph_object#
alias of
Histogram2dContour
- class subgrounds.contrib.plotly.Ohlc(**kwargs)#
See https://plotly.com/python/ohlc-charts/
- graph_object#
alias of
Ohlc
- class subgrounds.contrib.plotly.Candlestick(**kwargs)#
See https://plotly.com/python/candlestick-charts/
- graph_object#
alias of
Candlestick
- class subgrounds.contrib.plotly.Waterfall(**kwargs)#
See https://plotly.com/python/waterfall-charts/
- graph_object#
alias of
Waterfall
- class subgrounds.contrib.plotly.Funnel(**kwargs)#
See https://plotly.com/python/funnel-charts/
- graph_object#
alias of
Funnel
- class subgrounds.contrib.plotly.Indicator(**kwargs)#
See https://plotly.com/python/indicator/
- graph_object#
alias of
Indicator
- class subgrounds.contrib.plotly.Scatter3d(**kwargs)#
See https://plotly.com/python/3d-scatter-plots/
- graph_object#
alias of
Scatter3d
- class subgrounds.contrib.plotly.Surface(**kwargs)#
See https://plotly.com/python/3d-surface-plots/
- graph_object#
alias of
Surface
- class subgrounds.contrib.plotly.Scattergeo(**kwargs)#
See https://plotly.com/python/scatter-plots-on-maps/
- graph_object#
alias of
Scattergeo
- class subgrounds.contrib.plotly.Choropleth(**kwargs)#
See https://plotly.com/python/choropleth-maps/
- graph_object#
alias of
Choropleth
- class subgrounds.contrib.plotly.Scattermapbox(**kwargs)#
See https://plotly.com/python/scattermapbox/
- graph_object#
alias of
Scattermapbox
- class subgrounds.contrib.plotly.Choroplethmapbox(**kwargs)#
See https://plotly.com/python/mapbox-county-choropleth/
- graph_object#
alias of
Choroplethmapbox
- class subgrounds.contrib.plotly.Densitymapbox(**kwargs)#
See https://plotly.com/python/mapbox-density-heatmaps/
- graph_object#
alias of
Densitymapbox
- class subgrounds.contrib.plotly.Scatterpolar(**kwargs)#
See https://plotly.com/python/polar-chart/
- graph_object#
alias of
Scatterpolar
- class subgrounds.contrib.plotly.Barpolar(**kwargs)#
See https://plotly.com/python/wind-rose-charts/
- graph_object#
alias of
Barpolar
- class subgrounds.contrib.plotly.Sunburst(**kwargs)#
See https://plotly.com/python/sunburst-charts/
- graph_object#
alias of
Sunburst
- class subgrounds.contrib.plotly.Treemap(**kwargs)#
See https://plotly.com/python/treemaps/
- graph_object#
alias of
Treemap
- class subgrounds.contrib.plotly.Icicle(**kwargs)#
See https://plotly.com/python/icicle-charts/
- graph_object#
alias of
Icicle
- class subgrounds.contrib.plotly.Sankey(**kwargs)#
See https://plotly.com/python/sankey-diagram/
- graph_object#
alias of
Sankey
- class subgrounds.contrib.plotly.Parcoords(**kwargs)#
See https://plotly.com/python/parallel-coordinates-plot/
- graph_object#
alias of
Parcoords
- class subgrounds.contrib.plotly.Parcats(**kwargs)#
See https://plotly.com/python/parallel-categories-diagram/
- graph_object#
alias of
Parcats
- class subgrounds.contrib.plotly.Carpet(**kwargs)#
See https://plotly.com/python/carpet-plot/
- graph_object#
alias of
Carpet
- class subgrounds.contrib.plotly.Scattercarpet(**kwargs)#
See https://plotly.com/python/carpet-scatter/
- graph_object#
alias of
Scattercarpet
- class subgrounds.contrib.plotly.Contourcarpet(**kwargs)#
See https://plotly.com/python/carpet-contour/
- graph_object#
alias of
Contourcarpet