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 0bf5d2f commit 3f9ed50Copy full SHA for 3f9ed50
lib/matplotlib/axes_3d.rb
@@ -1,6 +1,4 @@
1
module Matplotlib
2
- class Axes3D
3
- include PyCall::PyObjectWrapper
4
- wrap_class PyCall.import_module('mpl_toolkits.mplot3d').Axes3D
5
- end
+ Axes3D = PyCall.import_module('mpl_toolkits.mplot3d').Axes3D
+ Axes3D.__send__ :register_python_type_mapping
6
end
0 commit comments