Skip to content

Commit

Permalink
Remove forced y-axis limits on sdr.plot.p_d()
Browse files Browse the repository at this point in the history
This makes reading 0 and 1 easier
  • Loading branch information
mhostetter committed Mar 10, 2024
1 parent 0c6c540 commit ea2c48f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdr/plot/_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def p_d(

plt.plot(x, p_d, **kwargs)

plt.ylim(0, 1)
if "label" in kwargs:
plt.legend()

Expand Down

0 comments on commit ea2c48f

Please sign in to comment.