Skip to content

Commit fc2375b

Browse files
emmanuellemkcor
andauthored
Update doc/python/imshow.md
Co-authored-by: Marianne Corvellec <[email protected]>
1 parent bd42385 commit fc2375b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/imshow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ fig.show()
403403

404404
*Introduced in plotly 4.11*
405405

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 axes 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 give an axis name as a string for `facet_col`.
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`.
407407

408408
It is recommended to use `binary_string=True` for facetted plots of images in order to keep a small figure size and a short rendering time.
409409

0 commit comments

Comments
 (0)