Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ce699d

Browse files
Update packages/python/plotly/plotly/express/_imshow.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent f854261 commit 5ce699d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/plotly/plotly/express/_imshow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def imshow(
210210
result if smaller binary strings for natural images.
211211
212212
text_auto: bool or str (default `False`)
213-
If `True` or a string, single-channel `img` values will be displayed as text",
214-
A string like `'.2f'`, it will be interpreted as a `texttemplate` numeric formatting directive.
213+
If `True` or a string, single-channel `img` values will be displayed as text.
214+
A string like `'.2f'` will be interpreted as a `texttemplate` numeric formatting directive.
215215
216216
Returns
217217
-------

0 commit comments

Comments
 (0)