Skip to content

Commit 2b0202f

Browse files
authored
Small word change section 11
1 parent 5466b76 commit 2b0202f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plotting.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,7 @@
37443744
"\n",
37453745
"* Images are just arrays of pixel values\n",
37463746
"* `ax.imshow(array)` will display an array as an image.\n",
3747-
"* The **scikit-image** package has a lot of functionality for edge detection, thresholding, segmenting images but for this class we will just show you how to display images.\n",
3747+
"* The **scikit-image** and **cv package has a lot of functionality for edge detection, thresholding, segmenting images but for this class we will just show you how to display images.\n",
37483748
"* You can add annotations and colormaps to axes with imshow on them just like with other plot types"
37493749
]
37503750
},
@@ -3757,7 +3757,7 @@
37573757
"outputs": [],
37583758
"source": [
37593759
"import matplotlib.cbook as cbook # for the data\n",
3760-
"import matplotlib.cm as cm # for color map\n"
3760+
"import matplotlib.cm as cm # for color map"
37613761
]
37623762
},
37633763
{

0 commit comments

Comments
 (0)