Module traces

Source
Expand description

The various supported traces

Re-exports§

pub use bar::Bar;
pub use box_plot::BoxPlot;
pub use contour::Contour;
pub use heat_map::HeatMap;
pub use histogram::Histogram;
pub use mesh3d::Mesh3D;
pub use pie::Pie;
pub use sankey::Sankey;
pub use scatter::Scatter;
pub use scatter3d::Scatter3D;
pub use scatter_geo::ScatterGeo;
pub use scatter_mapbox::ScatterMapbox;
pub use surface::Surface;
pub use table::Table;
pub use self::image::Image;

Modules§

bar
Bar trace
box_plot
Box trace
contour
Contour trace
heat_map
Heat map trace
histogram
Histogram plot
image
Image plot
mesh3d
Mesh plot
pie
Pie chart plot
sankey
Sankey trace
scatter
Scatter trace
scatter3d
Scatter3D plot
scatter_geo
Geo scatter plot
scatter_mapbox
Mapbox scatter plot
surface
Surface trace
table
Table trace

Structs§

Candlestick
Construct a candlestick trace.
DensityMapbox
Ohlc
Construct an OHLC trace.
ScatterPolar
Construct a polar scatter trace.