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

Skip to content

Commit a215b53

Browse files
committed
A bit of cleanup
1 parent e76fd7f commit a215b53

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,9 +1020,6 @@ def cla(self):
10201020
#self.disable_mouse_rotation()
10211021
self.zaxis.cla()
10221022

1023-
# TODO: Support sharez
1024-
#self._sharez = None
1025-
10261023
if self._sharez is not None:
10271024
self.zaxis.major = self._sharez.zaxis.major
10281025
self.zaxis.minor = self._sharez.zaxis.minor

0 commit comments

Comments
 (0)