Skip to content

Commit

Permalink
Update packages/python/plotly/plotly/express/_imshow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
  • Loading branch information
nicolaskruchten and alexcjohnson authored Dec 16, 2021
1 parent f854261 commit 5ce699d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/python/plotly/plotly/express/_imshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ def imshow(
result if smaller binary strings for natural images.
text_auto: bool or str (default `False`)
If `True` or a string, single-channel `img` values will be displayed as text",
A string like `'.2f'`, it will be interpreted as a `texttemplate` numeric formatting directive.
If `True` or a string, single-channel `img` values will be displayed as text.
A string like `'.2f'` will be interpreted as a `texttemplate` numeric formatting directive.
Returns
-------
Expand Down

0 comments on commit 5ce699d

Please sign in to comment.