subgrounds.plotly_wrappers module
- class subgrounds.plotly_wrappers.TraceWrapper(**kwargs)
Bases:
abc.ABC
- graph_object: plotly.basedatatypes.BaseTraceType
- fpaths: dict[str, subgrounds.subgraph.fieldpath.FieldPath]
- mk_trace(data)
- property field_paths: list[subgrounds.subgraph.fieldpath.FieldPath]
- class subgrounds.plotly_wrappers.Scatter(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/line-and-scatter/
- graph_object
alias of
plotly.graph_objs._scatter.Scatter
- class subgrounds.plotly_wrappers.Pie(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/pie-charts/
- graph_object
alias of
plotly.graph_objs._pie.Pie
- class subgrounds.plotly_wrappers.Bar(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/bar-charts/
- graph_object
alias of
plotly.graph_objs._bar.Bar
- class subgrounds.plotly_wrappers.Heatmap(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/heatmaps/
- graph_object
alias of
plotly.graph_objs._heatmap.Heatmap
- class subgrounds.plotly_wrappers.Contour(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/contour-plots/
- graph_object
alias of
plotly.graph_objs._contour.Contour
- class subgrounds.plotly_wrappers.Table(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/contour-plots/
- graph_object
alias of
plotly.graph_objs._table.Table
- class subgrounds.plotly_wrappers.Box(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/box-plots/
- graph_object
alias of
plotly.graph_objs._box.Box
- class subgrounds.plotly_wrappers.Violin(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/violin/
- graph_object
alias of
plotly.graph_objs._violin.Violin
- class subgrounds.plotly_wrappers.Histogram(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/histograms/
- graph_object
alias of
plotly.graph_objs._histogram.Histogram
- class subgrounds.plotly_wrappers.Histogram2d(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/2D-Histogram/
- graph_object
alias of
plotly.graph_objs._histogram2d.Histogram2d
- class subgrounds.plotly_wrappers.Histogram2dContour(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/2d-histogram-contour/
- graph_object
alias of
plotly.graph_objs._histogram2dcontour.Histogram2dContour
- class subgrounds.plotly_wrappers.Ohlc(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/ohlc-charts/
- graph_object
alias of
plotly.graph_objs._ohlc.Ohlc
- class subgrounds.plotly_wrappers.Candlestick(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/candlestick-charts/
- graph_object
alias of
plotly.graph_objs._candlestick.Candlestick
- class subgrounds.plotly_wrappers.Waterfall(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/waterfall-charts/
- graph_object
alias of
plotly.graph_objs._waterfall.Waterfall
- class subgrounds.plotly_wrappers.Funnel(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/funnel-charts/
- graph_object
alias of
plotly.graph_objs._funnel.Funnel
- class subgrounds.plotly_wrappers.Indicator(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/indicator/
- graph_object
alias of
plotly.graph_objs._indicator.Indicator
- class subgrounds.plotly_wrappers.Scatter3d(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/3d-scatter-plots/
- graph_object
alias of
plotly.graph_objs._scatter3d.Scatter3d
- class subgrounds.plotly_wrappers.Surface(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/3d-surface-plots/
- graph_object
alias of
plotly.graph_objs._surface.Surface
- class subgrounds.plotly_wrappers.Scattergeo(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/scatter-plots-on-maps/
- graph_object
alias of
plotly.graph_objs._scattergeo.Scattergeo
- class subgrounds.plotly_wrappers.Choropleth(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/choropleth-maps/
- graph_object
alias of
plotly.graph_objs._choropleth.Choropleth
- class subgrounds.plotly_wrappers.Scattermapbox(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/scattermapbox/
- graph_object
alias of
plotly.graph_objs._scattermapbox.Scattermapbox
- class subgrounds.plotly_wrappers.Choroplethmapbox(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/mapbox-county-choropleth/
- graph_object
alias of
plotly.graph_objs._choroplethmapbox.Choroplethmapbox
- class subgrounds.plotly_wrappers.Densitymapbox(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/mapbox-density-heatmaps/
- graph_object
alias of
plotly.graph_objs._densitymapbox.Densitymapbox
- class subgrounds.plotly_wrappers.Scatterpolar(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/polar-chart/
- graph_object
alias of
plotly.graph_objs._scatterpolar.Scatterpolar
- class subgrounds.plotly_wrappers.Barpolar(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/wind-rose-charts/
- graph_object
alias of
plotly.graph_objs._barpolar.Barpolar
- class subgrounds.plotly_wrappers.Sunburst(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/sunburst-charts/
- graph_object
alias of
plotly.graph_objs._sunburst.Sunburst
- class subgrounds.plotly_wrappers.Treemap(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/treemaps/
- graph_object
alias of
plotly.graph_objs._treemap.Treemap
- class subgrounds.plotly_wrappers.Icicle(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/icicle-charts/
- graph_object
alias of
plotly.graph_objs._icicle.Icicle
- class subgrounds.plotly_wrappers.Sankey(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/sankey-diagram/
- graph_object
alias of
plotly.graph_objs._sankey.Sankey
- class subgrounds.plotly_wrappers.Parcoords(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/parallel-coordinates-plot/
- graph_object
alias of
plotly.graph_objs._parcoords.Parcoords
- class subgrounds.plotly_wrappers.Parcats(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/parallel-categories-diagram/
- graph_object
alias of
plotly.graph_objs._parcats.Parcats
- class subgrounds.plotly_wrappers.Carpet(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/carpet-plot/
- graph_object
alias of
plotly.graph_objs._carpet.Carpet
- class subgrounds.plotly_wrappers.Scattercarpet(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/carpet-scatter/
- graph_object
alias of
plotly.graph_objs._scattercarpet.Scattercarpet
- class subgrounds.plotly_wrappers.Contourcarpet(**kwargs)
Bases:
subgrounds.plotly_wrappers.TraceWrapper
See https://plotly.com/python/carpet-contour/
- graph_object
alias of
plotly.graph_objs._contourcarpet.Contourcarpet