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 self::image::Image;
Modules
Bar trace
Box trace
Contour trace
Histogram plot
Image plot
Mesh plot
Sankey trace
Mapbox scatter plot
Surface trace
Structs
Construct a candlestick trace.
Construct a heat map trace.
Construct an OHLC trace.
Construct a scatter trace.
Construct a scatter3D trace.
Construct a polar scatter trace.