We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a487f commit 7757a1dCopy full SHA for 7757a1d
petab/v1/visualize/plot_residuals.py
@@ -208,7 +208,7 @@ def plot_goodness_of_fit(
208
f"slope: {slope:.2f}\n"
209
f"intercept: {intercept:.2f}\n"
210
f"p-value: {p_value:.2e}\n"
211
- f"mean of squared normalized residuals: {msnr:.2e}\n",
+ f"mean of squared\nnormalized residuals: {msnr:.2e}\n",
212
transform=ax.transAxes,
213
)
214
0 commit comments