diff --git a/response.py b/response.py index bfb7459..93a8a37 100644 --- a/response.py +++ b/response.py @@ -381,6 +381,9 @@ def plot_magnitude( flim = (10, self.fs / 2) ax.set_xlim(flim) + if dblim is not None: + ax.set_ylim(dblim) + return fig def plot_phase(