Skip to content

Commit 2475502

Browse files
committed
Fix incorrect rcParams references
1 parent 76c01fc commit 2475502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/next_api_changes/behavior/28437-CH.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
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`
5+
if the image data was a RGB or RBGA image or if :rc:`image.interpolation_stage`
66
resolved to "rbga".
77

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

doc/api/prev_api_changes/api_changes_3.10.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Behaviour
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99

1010
When passing and array to ``imshow(..., alpha=...)``, the parameter was silently ignored
11-
if the image data was a RGB or RBGA image or if :rc:`interpolation_state`
11+
if the image data was a RGB or RBGA image or if :rc:`image.interpolation_stage`
1212
resolved to "rbga".
1313

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

0 commit comments

Comments
 (0)