Skip to content

Commit b54cebf

Browse files
rename 'yo'
1 parent d00f625 commit b54cebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/imshow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ from skimage.data import image_fetcher
450450
path = image_fetcher.fetch('data/cells.tif')
451451
data = io.imread(path)
452452
img = data[25:40]
453-
fig = px.imshow(img, animation_frame=0, binary_string=True, labels=dict(animation_frame="yo"))
453+
fig = px.imshow(img, animation_frame=0, binary_string=True, labels=dict(animation_frame="slice"))
454454
fig.show()
455455
```
456456

0 commit comments

Comments
 (0)