You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/imshow.md
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ jupyter:
6
6
extension: .md
7
7
format_name: markdown
8
8
format_version: '1.2'
9
-
jupytext_version: 1.3.0
9
+
jupytext_version: 1.7.1
10
10
kernelspec:
11
11
display_name: Python 3
12
12
language: python
@@ -401,7 +401,7 @@ fig.show()
401
401
402
402
### Exploring 3-D images and timeseries with `facet_col`
403
403
404
-
*Introduced in plotly 4.11*
404
+
*Introduced in plotly 4.13*
405
405
406
406
For three-dimensional image datasets, obtained for example by MRI or CT in medical imaging, one can explore the dataset by representing its different planes as facets. The `facet_col` argument specifies along which axis the image is sliced through to make the facets. With `facet_col_wrap`, one can set the maximum number of columns. For image datasets passed as xarrays, it is also possible to specify the axis by its name (label), thus passing a string to `facet_col`.
407
407
@@ -416,27 +416,13 @@ from skimage.data import image_fetcher
### Exploring 3-D images and timeseries with `animation_frame`
438
424
439
-
*Introduced in plotly 4.11*
425
+
*Introduced in plotly 4.13*
440
426
441
427
For three-dimensional image datasets, obtained for example by MRI or CT in medical imaging, one can explore the dataset by sliding through its different planes in an animation. The `animation_frame` argument of `px.imshow` sets the axis along which the 3-D image is sliced in the animation.
0 commit comments