Skip to content

Commit 1fcb377

Browse files
Goodness of fit plot, fix axes labels (#422)
* gof plot, change to singular in axes labels * Update petab/v1/visualize/plot_residuals.py Co-authored-by: Maren Philipps <[email protected]> --------- Co-authored-by: Maren Philipps <[email protected]>
1 parent aeced6d commit 1fcb377

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)