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 sankey::Sankey;pub use scatter_mapbox::ScatterMapbox;pub use surface::Surface;pub use table::Table;pub use self::image::Image;
Modules§
- Bar trace
- Box trace
- Contour trace
- Heat map trace
- Histogram plot
- Image plot
- Mesh plot
- Sankey trace
- Mapbox scatter plot
- Surface trace
- Table trace
Structs§
- Construct a candlestick trace.
- Construct an OHLC trace.
- Construct a scatter trace.
- Construct a scatter3D trace.
- Construct a polar scatter trace.