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

Skip to content

Commit 59a63dd

Browse files
authored
Merge pull request #30871 from timhoffm/config_definition2
Define the supported rcParams as code
2 parents a326d07 + 28841c8 commit 59a63dd

9 files changed

Lines changed: 3619 additions & 5 deletions

File tree

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 an 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 an 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)