Re-exports§
pub use common::color;
pub use configuration::Configuration;
pub use layout::Layout;
pub use plot::ImageFormat;
pub use plot::Plot;
pub use plot::Trace;
pub use traces::box_plot;
pub use traces::contour;
pub use traces::heat_map;
pub use traces::histogram;
pub use traces::image;
pub use traces::mesh3d;
pub use traces::sankey;
pub use traces::scatter_mapbox;
pub use traces::surface;
pub use traces::Bar;
pub use traces::BoxPlot;
pub use traces::Candlestick;
pub use traces::Contour;
pub use traces::DensityMapbox;
pub use traces::HeatMap;
pub use traces::Histogram;
pub use traces::Image;
pub use traces::Mesh3D;
pub use traces::Ohlc;
pub use traces::Pie;
pub use traces::Sankey;
pub use traces::Scatter;
pub use traces::Scatter3D;
pub use traces::ScatterMapbox;
pub use traces::ScatterPolar;
pub use traces::Surface;
pub use traces::Table;
Modules§
- common
- configuration
- layout
- plot
- traces
- The various supported traces