Skip to content

Commit edc22a7

Browse files
authored
Update imshow.md
1 parent 961cb74 commit edc22a7

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
@@ -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)