Skip to content

Commit f9e226e

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : f78936e Branch : main Author : Ulf Schiller <uschille@users.noreply.github.com> Time : 2024-03-14 15:43:51 +0000 Message : Merge pull request #322 from mkcor/patch-2 Prefix functions used for customising plots.
1 parent 7205fd1 commit f9e226e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

05-creating-histograms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ ax.set_ylabel("pixel count")
450450
- In many cases, we can load images in grayscale by passing the `mode="L"` argument to the `iio.imread()` function.
451451
- We can create histograms of images with the `np.histogram` function.
452452
- We can display histograms using `ax.plot()` with the `bin_edges` and `histogram` values returned by `np.histogram()`.
453-
- The plot can be customised using `set_xlabel()`, `set_ylabel()`, `set_xlim()`, `set_ylim()`, and `set_title()`.
453+
- The plot can be customised using `ax.set_xlabel()`, `ax.set_ylabel()`, `ax.set_xlim()`, `ax.set_ylim()`, and `ax.set_title()`.
454454
- We can separate the colour channels of an RGB image using slicing operations and create histograms for each colour channel separately.
455455

456456
::::::::::::::::::::::::::::::::::::::::::::::::::

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/02-image-basics.md" "7a99d30d6ef4a11b8766fef3096fd1ab" "site/built/02-image-basics.md" "2024-03-12"
88
"episodes/03-skimage-images.md" "9ab46078d049def7053e98f793fe426a" "site/built/03-skimage-images.md" "2024-03-12"
99
"episodes/04-drawing.md" "d52b45e266997d93e359c63d53822e9b" "site/built/04-drawing.md" "2024-03-12"
10-
"episodes/05-creating-histograms.md" "6feadaf21b14e224b83dccf4b12b464c" "site/built/05-creating-histograms.md" "2024-03-12"
10+
"episodes/05-creating-histograms.md" "4abbd123ba97d63c795398be6f6b7621" "site/built/05-creating-histograms.md" "2024-03-14"
1111
"episodes/06-blurring.md" "131274433675bee650e218bd28830435" "site/built/06-blurring.md" "2024-03-12"
1212
"episodes/07-thresholding.md" "4d34b89c8cd33cb6bb54103f805a39b9" "site/built/07-thresholding.md" "2024-03-12"
1313
"episodes/08-connected-components.md" "79495641132337de72f9df87ce5a2d21" "site/built/08-connected-components.md" "2024-03-12"

0 commit comments

Comments
 (0)