Skip to content

Commit 7abb235

Browse files
committed
gof plot, change to singular in axes labels
1 parent 5604a78 commit 7abb235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

petab/v1/visualize/plot_residuals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ def plot_goodness_of_fit(
212212
)
213213

214214
ax.set_title("Goodness of fit")
215-
ax.set_xlabel("simulated values")
216-
ax.set_ylabel("measurements")
215+
ax.set_xlabel("simulated value")
216+
ax.set_ylabel("measurement")
217217
return ax

0 commit comments

Comments
 (0)