Skip to content

Commit

Permalink
fix: don't forget to use dblim kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
fhchl committed Feb 27, 2019
1 parent 690115c commit 74a24c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 74a24c6

Please sign in to comment.