Skip to content

Commit 4dfccc8

Browse files
committed
add doc note
Signed-off-by: maximsmol <[email protected]>
1 parent fc4b279 commit 4dfccc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/python/imshow.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ fig = px.imshow(img, binary_format="jpeg", binary_compression_level=0)
7474
fig.show()
7575
```
7676

77+
Image data is encoded as a lossless base64-encoded WebP string by default.
78+
The example below uses a lossy WebP instead by passing a setting to the underlying image library backend.
79+
7780
```python
7881
import plotly.express as px
7982
from skimage import data

0 commit comments

Comments
 (0)