Skip to content

Commit 658c8c0

Browse files
Update petab/v1/visualize/plot_residuals.py
Co-authored-by: Maren Philipps <[email protected]>
1 parent 62a3669 commit 658c8c0

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 value")
216-
ax.set_ylabel("measurement")
215+
ax.set_xlabel("Simulated value")
216+
ax.set_ylabel("Measurement")
217217
return ax

0 commit comments

Comments
 (0)