Expand description
This crate provides a convenient macro to quickly plot variables.
When running in release mode, no plots are generated.
To disable compilation of dependencies in release mode,
pass --no-default-features to this crate.
Macros§
- plot
- This macro is used to quickly generate plots for a list of variables.
All types that implement
num_traits::cast::ToPrimitivecan be plotted.