Skip to content

Commit

Permalink
03-matplotlib.md: Clarifying info on average inflammation (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre de Siqueira authored Feb 17, 2020
1 parent 20ead0f commit 8356a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-matplotlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ matplotlib.pyplot.show()

![Average Inflammation Over Time](../fig/inflammation-01-average.svg)

Here, we have put the average per day across all patients in the variable `ave_inflammation`, then
Here, we have put the average inflammation per day across all patients in the variable `ave_inflammation`, then
asked `matplotlib.pyplot` to create and display a line graph of those values. The result is a
roughly linear rise and fall, which is suspicious: we might instead expect a sharper rise and slower
fall. Let's have a look at two other statistics:
Expand Down

0 comments on commit 8356a2a

Please sign in to comment.