Skip to content

Commit

Permalink
Correted typo in y-axis label (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh authored Oct 18, 2024
1 parent 428fc93 commit fd30537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbi/analysis/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ def plot_tarp(
ax.plot(alpha, ecp, color="blue", label="TARP")
ax.plot(alpha, alpha, color="black", linestyle="--", label="ideal")
ax.set_xlabel(r"Credibility Level $\alpha$")
ax.set_ylabel(r"Expected Coverage Probility")
ax.set_ylabel(r"Expected Coverage Probability")
ax.set_xlim(0.0, 1.0)
ax.set_ylim(0.0, 1.0)
ax.set_title(title or "")
Expand Down

0 comments on commit fd30537

Please sign in to comment.