phys: correct error bar requirements

This commit is contained in:
eggy 2020-09-26 15:01:55 -04:00
parent 4d002154b8
commit 20f3ae1d0b

View File

@ -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" !!! 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 **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 !!! warning
- Use solid lines for lines representing **continuous data** and dotted lines for **discrete data**. - Use solid lines for lines representing **continuous data** and dotted lines for **discrete data**.