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

Skip to content

Commit 8a032c1

Browse files
committed
DOC: fix rst markup
1 parent a1247ce commit 8a032c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
*alpha* parameter handling on images
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
When passing and array to `imshow(..., alpha=...)`, the parameter was silently ignored
5-
if the image data was a RGB or RBGA image or if `rcParams['interpolation_state']`
4+
When passing and array to ``imshow(..., alpha=...)``, the parameter was silently ignored
5+
if the image data was a RGB or RBGA image or if :rc:`interpolation_state`
66
resolved to "rbga".
77

88
This is now fixed, and the alpha array overwrites any previous transparency information.

0 commit comments

Comments
 (0)