Skip to content

Commit fd30537

Browse files
authored
Correted typo in y-axis label (#1296)
1 parent 428fc93 commit fd30537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbi/analysis/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ def plot_tarp(
21522152
ax.plot(alpha, ecp, color="blue", label="TARP")
21532153
ax.plot(alpha, alpha, color="black", linestyle="--", label="ideal")
21542154
ax.set_xlabel(r"Credibility Level $\alpha$")
2155-
ax.set_ylabel(r"Expected Coverage Probility")
2155+
ax.set_ylabel(r"Expected Coverage Probability")
21562156
ax.set_xlim(0.0, 1.0)
21572157
ax.set_ylim(0.0, 1.0)
21582158
ax.set_title(title or "")

0 commit comments

Comments
 (0)