time_series_generator 0.4.2

Generate various timeseries of given length, some randomly sampled
Documentation
1
2
3
4
5
6
7
mod plot_2d;
mod plot_3d;
mod series_3d;

pub(crate) use plot_2d::plot_2d;
pub(crate) use plot_3d::plot_3d;
pub(crate) use series_3d::Series3D;