Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a263e9

Browse filesBrowse files
committed
Remove incorrect statement from docstring.
1 parent fc64a19 commit 5a263e9
Copy full SHA for 5a263e9

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5507,8 +5507,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
55075507
alpha : scalar or array_like, optional, default: None
55085508
The alpha blending value, between 0 (transparent) and 1 (opaque).
55095509
If *alpha* is an array, the alpha blending values are applied pixel
5510-
by pixel, and *alpha* must have the same shape as *X*. This
5511-
parameter is ignored for RGBA input data.
5510+
by pixel, and *alpha* must have the same shape as *X*.
55125511
55135512
vmin, vmax : scalar, optional
55145513
When using scalar data and no explicit *norm*, *vmin* and *vmax*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.