Function plot_monitor

Source
pub fn plot_monitor<S: AsRef<Path> + AsRef<OsStr>>(
    time: &[f64],
    monitor: &[Exertion],
    key: &str,
    path: S,
)