Expand description
The various supported traces
Re-exports§
pub use bar::Bar;
pub use box_plot::BoxPlot;
pub use contour::Contour;
pub use histogram::Histogram;
pub use mesh3d::Mesh3D;
pub use sankey::Sankey;
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
- histogram
- Histogram plot
- image
- Image plot
- mesh3d
- Mesh plot
- sankey
- Sankey trace
- scatter_
mapbox - Mapbox scatter plot
- surface
- Surface trace
- table
- Table trace
Structs§
- Candlestick
- Construct a candlestick trace.
- HeatMap
- Construct a heat map trace.
- Ohlc
- Construct an OHLC trace.
- Scatter
- Construct a scatter trace.
- Scatter3D
- Construct a scatter3D trace.
- Scatter
Polar - Construct a polar scatter trace.