Skip to content
Snippets Groups Projects
Verified Commit c0d34eb9 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add statement about "good scientific practices"

parent 29aa458b
No related branches found
No related tags found
No related merge requests found
Pipeline #1649 passed
......@@ -322,6 +322,9 @@ y_data[x_data >= 2] = 4
y_data += np.random.normal(0, 0.3, len(y_data))
```
**Important: Forging data, manipulating data or copying from others is a clear
violation of "good scientific practices". Violations will have consequences.**
Finally, we can add this to our plot. Since our data points are subject to
statistical fluctuations, we would like to use matplotlib's `errorbar` method,
which draws our data points as dots with error bars.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment