Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f11f64 commit f406cc1Copy full SHA for f406cc1
1 file changed
lib/mpl_toolkits/mplot3d/art3d.py
@@ -851,4 +851,4 @@ def _zalpha(colors, zs):
851
@cbook.deprecated("3.1")
852
def zalpha(colors, zs):
853
"""Modify the alphas of the color list according to depth."""
854
- return _zalpha(colors, zs)
+ return _zalpha(colors, zs)
0 commit comments