Crate debug_plotter

Source
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::ToPrimitive can be plotted.

Structs§

Location
Options
Plot
Plots

Constants§

PLOTS

Traits§

Plottable