Crate plotly

Source
Expand description

§Plotly.rs

A plotting library for Rust powered by Plotly.js.

§Feature Deprecation Notice

The kaleido and kaleido_download features are deprecated since version 0.13.0 and will be removed in version 0.14.0. Please migrate to the plotly_static and plotly_static_download features instead.

Re-exports§

pub use common::color;
pub use configuration::Configuration;
pub use layout::Layout;
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;
pub use traces::scatter3d;
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::ScatterGeo;
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

Traits§

Relayout
Restyle