Skip to content

Commit

Permalink
rename 'yo'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Dec 10, 2020
1 parent d00f625 commit b54cebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/imshow.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ from skimage.data import image_fetcher
path = image_fetcher.fetch('data/cells.tif')
data = io.imread(path)
img = data[25:40]
fig = px.imshow(img, animation_frame=0, binary_string=True, labels=dict(animation_frame="yo"))
fig = px.imshow(img, animation_frame=0, binary_string=True, labels=dict(animation_frame="slice"))
fig.show()
```

Expand Down

0 comments on commit b54cebf

Please sign in to comment.