Module: Matplotlib

Defined in:
lib/matplotlib.rb,
lib/matplotlib/axes.rb,
lib/matplotlib/axis.rb,
lib/matplotlib/iruby.rb,
lib/matplotlib/figure.rb,
lib/matplotlib/pyplot.rb,
lib/matplotlib/spines.rb,
lib/matplotlib/axes_3d.rb,
lib/matplotlib/polar_axes.rb

Defined Under Namespace

Modules: Axis, IRuby, Pyplot Classes: Error

Constant Summary collapse

VERSION =
MATPLOTLIB_VERSION
Axes =
PyCall.import_module('matplotlib.axes').Axes
Figure =
PyCall.import_module('matplotlib.figure').Figure
Spine =
PyCall.import_module('matplotlib.spines').Spine
Axes3D =
PyCall.import_module('mpl_toolkits.mplot3d').Axes3D
PolarAxes =
PyCall.import_module('matplotlib.projections.polar').PolarAxes