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.
2 parents ce32dd2 + 1deb317 commit cb94a60Copy full SHA for cb94a60
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -824,7 +824,9 @@ def can_pan(self) :
824
def cla(self):
825
"""Clear axes and disable mouse button callbacks.
826
"""
827
- self.disable_mouse_rotation()
+ # Disabling mouse interaction might have been needed a long
828
+ # time ago, but I can't find a reason for it now - BVR (2012-03)
829
+ #self.disable_mouse_rotation()
830
self.zaxis.cla()
831
832
# TODO: Support sharez
0 commit comments