Crate plotly

source ·
Expand description

Plotly.rs

A plotting library for Rust powered by Plotly.js.

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::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::Contour;
pub use traces::Histogram;
pub use traces::Image;
pub use traces::Mesh3D;
pub use traces::Sankey;
pub use traces::ScatterMapbox;
pub use traces::Surface;

Modules

The various supported traces

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.

Traits