plotlars-plotly 0.12.0

Plotly backend for plotlars
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod converters;
mod ext;
pub(crate) mod faceting;
pub(crate) mod render;
pub mod subplot_grid;

pub use ext::PlotlyExt;
pub use subplot_grid::SubplotGrid;