Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7a0803

Browse files
getter
1 parent 303e3d5 commit b7a0803

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,9 @@ def set_linewidth(self, lw):
883883
if not self._in_draw:
884884
self._linewidths3d = np.array(self._linewidths)
885885

886+
def get_depthshade(self):
887+
return self._depthshade
888+
886889
def set_depthshade(
887890
self,
888891
depthshade,

0 commit comments

Comments
 (0)