Plot a chart for the impulse response's `STlate` by frequency `bands`.
(self, label='STlate', yaxis='Late reflection level [dB]', **kwargs)
| 1133 | return self.plot_param('STearly', dataLabel=label, yLabel=yaxis, **kwargs) |
| 1134 | |
| 1135 | def plot_STlate(self, label='STlate', yaxis='Late reflection level [dB]', **kwargs): |
| 1136 | """Plot a chart for the impulse response's `STlate` by frequency `bands`.""" |
| 1137 | return self.plot_param('STlate', dataLabel=label, yLabel=yaxis, **kwargs) |
| 1138 | |
| 1139 | # def plot_BR(self): |
| 1140 | # """Plot a chart for the impulse response's `BR` by frequency `bands`.""" |
nothing calls this directly
no test coverage detected