Expand description
§stochastic-rs-viz
Plotly-based visualization for stochastic processes and distributions.
Module layout:
plottable—Plottable<T>trait + impls for the canonicalProcessExt::Outputshapes (1D path, complex path, fixed-arity tuple, 2D matrix).grid_plotter—GridPlotterbuilder for multi-subplot HTML grids.convenience— one-shotplot_process/plot_distribution/plot_vol_surfaceHTML writers.
Re-exports§
pub use convenience::plot_distribution;pub use convenience::plot_process;pub use convenience::plot_vol_surface;pub use grid_plotter::GridPlotter;pub use plottable::Plottable;
Modules§
- convenience
- Convenience one-shot plotters. Each writes a self-contained HTML file
and is meant for quick visualization rather than for use in production
reports — for the latter, use
crate::GridPlotter. - grid_
plotter GridPlotter— builder for a multi-subplot Plotly grid.- plottable
Plottable<T>— trait that letscrate::GridPlotterconsume anyProcessExt::Outputshape (1D path, 2D matrix, complex path, fixed-arity tuple of paths). Each impl reports its component count and produces a Vecfor the requested component, with all numeric types projected to f64 for plotly.