From 20f3ae1d0be0fb5331f8ca16144d0fb66e418cdb Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 26 Sep 2020 15:01:55 -0400 Subject: [PATCH] phys: correct error bar requirements --- docs/sph3u7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sph3u7.md b/docs/sph3u7.md index cf40ea0..33dac92 100644 --- a/docs/sph3u7.md +++ b/docs/sph3u7.md @@ -133,7 +133,7 @@ If the error bars of a data point are too small to see, note at the bottom of th !!! note "Definition" - The **line of best fit** is the line that passes through **as many error bars as possible** while passing as closely as possible to all data points. - - The **minimum and maximum lines** are lines that minimise/maximise their slopes while passing through the first and last **error bars**. + - The **minimum and maximum lines** are lines that minimise/maximise their slopes while passing through as many **error bars** as possible. !!! warning - Use solid lines for lines representing **continuous data** and dotted lines for **discrete data**.