Skip to content

Commit 0971f58

Browse files
Merge pull request #2820 from plotly/mkcor-fix-typo
Fix typo in imshow docs.
2 parents 961cb74 + edc22a7 commit 0971f58

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
@@ -204,7 +204,7 @@ fig.show()
204204

205205
### Defining the data range covered by the color range with zmin and zmax
206206

207-
The data range and color range are mapped together using the parameters `zmin` and `zmax` of `px.imshow` or `go.Image`, which correspond respectively to the data values mapped to black `[0, 0, 0]` and white `[255, 255, 255]`, or to the extreme colors of the colorscale in the case on single-channel data.
207+
The data range and color range are mapped together using the parameters `zmin` and `zmax` of `px.imshow` or `go.Image`, which correspond respectively to the data values mapped to black `[0, 0, 0]` and white `[255, 255, 255]`, or to the extreme colors of the colorscale in the case of single-channel data.
208208

209209
For `go.Image`, `zmin` and `zmax` need to be given for all channels, whereas it is also possible to pass a scalar value (used for all channels) to `px.imshow`.
210210

0 commit comments

Comments
 (0)