pub fn plot( eq_band: &EqBand, range: impl Iterator<Item = Frequency> + 'static, ) -> Box<dyn Iterator<Item = (Frequency, Gain)>>