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 2d73765

Browse filesBrowse files
Apply suggestions from code review
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> Docstrings and typos Code review updates varname varname
1 parent 9a62494 commit 2d73765
Copy full SHA for 2d73765

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/mpl_toolkits/mplot3d/art3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/art3d.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ def _zalpha(
14681468
min_alpha=0.3,
14691469
_data_scale=None,
14701470
):
1471-
"""Modify the alphas of the color list according to depth."""
1471+
"""Modify the alpha values of the color list according to z-depth."""
14721472

14731473
if len(colors) == 0 or len(zs) == 0:
14741474
return np.zeros((0, 4))

0 commit comments

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