Sha256: 968bb8e57c826f791a0759734ad232ff44c790e2bb248975cfc26d3a358c1fa3

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

module Matplotlib
  class XTick
    include PyCall::PyObjectWrapper
    wrap_class PyCall.import_module('matplotlib.axis').XTick
  end

  class YTick
    include PyCall::PyObjectWrapper
    wrap_class PyCall.import_module('matplotlib.axis').XTick
  end

  class XAxis
    include PyCall::PyObjectWrapper
    wrap_class PyCall.import_module('matplotlib.axis').XAxis
  end

  class YAxis
    include PyCall::PyObjectWrapper
    wrap_class PyCall.import_module('matplotlib.axis').XAxis
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
matplotlib-0.1.0.alpha.20170426 lib/matplotlib/axis.rb
matplotlib-0.1.0.alpha.20170419a lib/matplotlib/axis.rb