Skip to content

Commit 2d73765

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

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