pub trait PlotMagnitude {
    fn plot_magnitude(&self, f: f32) -> f32;
}

Required methods

Implementors