Skip to content

Commit

Permalink
Merge pull request #9 from scikit-image/fix-reading-image
Browse files Browse the repository at this point in the history
Read image from data module.
  • Loading branch information
mkcor authored Aug 26, 2024
2 parents bc8df3b + e905c97 commit 102e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/01_images_are_arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Display the different color channels of the image (each as a gray-scale image).
```python tags=["raises-exception", "remove-output"]
# --- read in the image ---

image = plt.imread('./data/Bells-Beach.jpg')
image = ski.data.astronaut()

# --- assign each color channel to a different variable ---

Expand Down

0 comments on commit 102e815

Please sign in to comment.