Skip to content

Commit 2f0c0c5

Browse files
committed
differences for PR #1103
1 parent 0d6ec17 commit 2f0c0c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

03-matplotlib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ image = matplotlib.pyplot.imshow(data)
4848
matplotlib.pyplot.show()
4949
```
5050

51-
![](fig/inflammation-01-imshow.svg){alt='Heat map representing the data variable. Each cell is colored by value along a color gradientfrom blue to yellow.'}
51+
![](fig/inflammation-01-imshow.svg){alt='Heat map representing the data variable. Each cell is colored by value along a color gradient from blue to yellow.'}
5252

5353
Each row in the heat map corresponds to a patient in the clinical trial dataset, and each column
5454
corresponds to a day in the dataset. Blue pixels in this heat map represent low values, while
@@ -242,7 +242,7 @@ axes3.set_ylim(numpy.amin(min_data), numpy.amax(min_data) * 1.1)
242242
## Drawing Straight Lines
243243

244244
In the center and right subplots above, we expect all lines to look like step functions because
245-
non-integer value are not realistic for the minimum and maximum values. However, you can see
245+
non-integer values are not realistic for the minimum and maximum values. However, you can see
246246
that the lines are not always vertical or horizontal, and in particular the step function
247247
in the subplot on the right looks slanted. Why is this?
248248

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"index.md" "da8fda99fa46f56798dc90573766b75a" "site/built/index.md" "2023-12-14"
66
"episodes/01-intro.md" "0d994b7ac56219852fcaa82bb54e2ee2" "site/built/01-intro.md" "2025-05-07"
77
"episodes/02-numpy.md" "1b9c4000cea628f84024abab49012a06" "site/built/02-numpy.md" "2023-11-07"
8-
"episodes/03-matplotlib.md" "3bb8e6088285f01152e2e24da6f36fbc" "site/built/03-matplotlib.md" "2023-11-07"
8+
"episodes/03-matplotlib.md" "99bc94eda2f04d6b155548295528435a" "site/built/03-matplotlib.md" "2025-05-21"
99
"episodes/04-lists.md" "d1768916dafc023eeb2f3838932b6289" "site/built/04-lists.md" "2023-11-07"
1010
"episodes/05-loop.md" "80a7584340db6ec23b0c592d8e9553d2" "site/built/05-loop.md" "2024-08-25"
1111
"episodes/06-files.md" "eda3d2e5ff2a23f37048631427cb4f48" "site/built/06-files.md" "2023-11-07"

0 commit comments

Comments
 (0)