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 0a41236 commit aa3f482Copy full SHA for aa3f482
lib/mpl_toolkits/mplot3d/art3d.py
@@ -663,9 +663,6 @@ def __init__(
663
def get_depthshade(self):
664
return self._depthshade
665
666
- def get_depthshade_minalpha(self):
667
- return self._depthshade_minalpha
668
-
669
def set_depthshade(
670
self,
671
depthshade,
@@ -886,12 +883,6 @@ def set_linewidth(self, lw):
886
883
if not self._in_draw:
887
884
self._linewidths3d = np.array(self._linewidths)
888
885
889
- def get_depthshade(self):
890
- return self._depthshade
891
892
893
894
895
896
897
0 commit comments