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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
A bit of cleanup
  • Loading branch information
WeatherGod committed Sep 20, 2012
commit a215b53366987e1db58fb1d15168470bef60b074
3 changes: 0 additions & 3 deletions lib/mpl_toolkits/mplot3d/axes3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,9 +1020,6 @@ def cla(self):
#self.disable_mouse_rotation()
self.zaxis.cla()

# TODO: Support sharez
#self._sharez = None

if self._sharez is not None:
self.zaxis.major = self._sharez.zaxis.major
self.zaxis.minor = self._sharez.zaxis.minor
Expand Down