lib/matplotlib.rb in matplotlib-0.1.0.alpha.20170302 vs lib/matplotlib.rb in matplotlib-0.1.0.alpha.20170307
- old
+ new
@@ -33,6 +33,9 @@
class Error < StandardError
end
end
require 'matplotlib/axes'
+require 'matplotlib/polar_axes'
require 'matplotlib/figure'
+
+PyCall.append_sys_path(File.expand_path('../matplotlib/python', __FILE__))