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.
- Density
Mapbox - Ohlc
- Construct an OHLC trace.
- Scatter
Polar - Construct a polar scatter trace.