lib/matplotlib/polar_axes.rb in matplotlib-0.1.0.alpha.20170426 vs lib/matplotlib/polar_axes.rb in matplotlib-1.0.0
- old
+ new
@@ -1,6 +1,4 @@
module Matplotlib
- class PolarAxes
- include PyCall::PyObjectWrapper
- wrap_class PyCall.import_module('matplotlib.projections.polar').PolarAxes
- end
+ PolarAxes = PyCall.import_module('matplotlib.projections.polar').PolarAxes
+ PolarAxes.__send__ :register_python_type_mapping
end