Skip to content

Commit 3f9ed50

Browse files
committed
Rewrite Matplotlib::Axes3D
1 parent 0bf5d2f commit 3f9ed50

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/matplotlib/axes_3d.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module Matplotlib
2-
class Axes3D
3-
include PyCall::PyObjectWrapper
4-
wrap_class PyCall.import_module('mpl_toolkits.mplot3d').Axes3D
5-
end
2+
Axes3D = PyCall.import_module('mpl_toolkits.mplot3d').Axes3D
3+
Axes3D.__send__ :register_python_type_mapping
64
end

0 commit comments

Comments
 (0)